/taskctl

Simple time manager

Primary LanguageGoMIT LicenseMIT

taskctl

Simple time manager

Usage

Starting new task

$ taskctl start TSK-42

Stoping existing task

$ taskctl stop TSK-42

Complete existing task

$ taskctl done TSK-42

Listing logged time

$ taskctl list
+--------+-------------+-------------+
|  TASK  |   STATUS    | LOGGED TIME |
+--------+-------------+-------------+
| TSK-42 | In progress | 1 h 30 m    |
+--------+-------------+-------------+