Timetracking

Simple command line time tracking application.

Crates.io

Install

cargo install timetracking

Commandline

``` USAGE: tt

FLAGS: -h, --help Prints help information -V, --version Prints version information

SUBCOMMANDS: continue continue 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 ```