ttrace

Crates.iottrace
lib.rsttrace
version0.1.4
sourcesrc
created_at2024-05-14 20:51:58.668948
updated_at2024-05-26 22:30:20.521553
descriptiontrace the time for tasks for a given day.
homepage
repositoryhttps://github.com/lukas412/ttrace
max_upload_size
id1240243
size59,778
Lukas (Lukas412)

documentation

README

TTrace

A cli application to track time for work.

Usage

Start a task:

// the currently running task is stopped automatically
ttrace start "task description ..."

Stop a task:

ttrace stop

Rename a task:

ttrace rename "another task description ..."

Restart a task:

// the end time of the previous task is also adjusted

// restart at 10:30
ttrace restart 1030

// restart relative to current start time
ttrace restart -20
ttrace restart +20

List the tasks:

// currently running task
ttrace get

// other
ttrace today
ttrace yesterday

ttrace day
ttrace day -2
ttrace day YY-MM-DD

ttrace week
ttrace week -2

Installation

You can install the cli application using cargo:

cargo install --locked ttrace
Commit count: 25

cargo fmt