A simple time tracking tool for use on the command line.
go install github.com/zietzm/clock@latest
The command line usage is as simple as can be.
clock in
clock out
You can specify a category like
clock in work
clock out work
To view these records, run
clock log
- Filtering in clock log
- Summarization