/time-tracker

Track task duration easily from the command line.

Primary LanguageGoMIT LicenseMIT

go codeql-analysis

Time Tracker

Track task duration easily from the command line.

To install

go install github.com/danmurf/time-tracker@latest

To start a task

time-tracker start my-task

To finish the task

time-tracker finish my-task

To get the duration of the last completed task

time-tracker lastDuration my-task