⏱️ Super-simple time tracker for your terminal
- 🍎:
brew install michaljanocko/pilsner/trak
- 🐧:
paru -S trak
(from the AUR on Arch-based distros)
Otherwise, just add it to your $PATH
.
trak add project.csv 5.5 "Pushing node_modules to Git"
– to note the time spent on a tasktrak sum project.csv
– to get the total amount of time spent on a project