This is a simple CLI program for tracking time spent on activities. It offers basic functionalities to start, pause, resume, stop, and show the recorded time.
To download this program, visit the releases page
To use this program, you need to have Go installed on your system. Once you have Go set up, you can install the program with the following command:
go install github.com/Diegiwg/tt@latest
Make sure the $GOPATH/bin directory is added to your $PATH so you can run the tt command from anywhere on your system.
tt starttt pausett resumett stoptt showtt list [--limit: int]tt start
# Some time has passed
tt pause
# Took a break
tt resume
# Worked some more
tt show
# See that in 10 minutes it's time to stop working
tt stop
# Ends today's work, and see the result on the screen of how many hours have passed
tt list
# See the previous record in the list of registered records
This is an open-source project, and contributions are welcome! Feel free to fork this repository, implement improvements, and send a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.