Trackie offers an easy CLI to track the time you spent on your various projects. It bundles up your busy days in easy digestible reports that you can filter to your liking.
Trackie is optimized to lower its complexity to the absolute minimum.
Trackie currently consists of three simple commands:
trackie start <project-ID>
: Starts time tracking for a project with the given ID.trackie stop
: Stops the time trackingtrackie report [-d <num-days] [-i/--include-empty-days]
: Creates a report for the last n days (default: 5).cargo install --path .