Time tracker CLI tool
This project is still in WIP
chrono is a simple tool that allows you to track your tasks and generate reports for daily meetings
-- Pending --
-- Pending --
chrono
To build from source:
go build
./chrono
The chrono API has the following commands:
- ls: List all pending tasks
- add: Creates a new task
- start: Start to record activity on a specific task
- done: Finish a task by id
- rm: Deletes a task by id
- help: Help about any command
-- Soon: reports commands --
This project is open source. Contributions are welcomed through PRs.