Skip to content

markus-k/mtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

mtt – a minimal time tracker written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages