1 unstable release

0.1.0 Aug 7, 2021

#63 in #time-tracking

Apache-2.0

11KB
192 lines

mtt

Workflow status

mtt – a minimal time tracker written in Rust.

mtt allows you to track the time you are working on projects. It has a simple command line interface for starting and stopping the timer, as well as displaying the time spend.

Usage

To start the timer, simply run

mtt start

The timer is now running. Once you're done, you can stop the timer with

mtt stop

and mtt will display the time you spend since starting it, as well as the total time you have tracked.

You can also show the tracked time at any time with mtt show:

$ mtt show
Current timer: 8s
Total: 1h 21m 31s

To reset the toral tracked time, run

mtt reset

License

mtt is licensed under the Apache License 2.0

Dependencies

~3–4.5MB
~78K SLoC