timetracking 1.4.0

Simple time tracker with simple data format
timetracking-1.4.0 is not a library.

Timetracking

Simple command line time tracking application.

Crates.io

Install

cargo install timetracking

Commandline

USAGE:
    tt [data-file] <SUBCOMMAND>

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

ARGS:
    <data-file>    which data file to use. [default: ~/timetracking.bin]

SUBCOMMANDS:
    continue    continue time tracking with last description
    export      export data to file
    help        Prints this message or the help of the given subcommand(s)
    import      import data from json file
    list        list all entries
    path        show path to data file
    show        show work time for given timespan
    start       start time tracking
    status      show info from the latest entry
    stop        stop time tracking