mtt

Crates.iomtt
lib.rsmtt
version0.1.0
sourcesrc
created_at2021-08-07 12:37:11.141637
updated_at2021-08-07 12:37:11.141637
descriptionA minimal time tracker written in Rust.
homepage
repositoryhttps://github.com/markus-k/mtt
max_upload_size
id432772
size31,038
Markus Kasten (markus-k)

documentation

README

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

Commit count: 12

cargo fmt