Simple command line time tracking application.
sh
cargo install timetracking
```sh timetracking 1.0.0
USAGE:
tt
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: continue start time tracking with last description export export the file as json help Prints this message or the help of the given subcommand(s) list list all entries path show path to data file show show work time for given timespan start start time tracking stop stop time tracking ```