Shigoto is a command line task management utility. Currently it is in its early stages of development and hence it is unstable.
First, lets start with the three basic usage: add
, done
and list
$ sht add "Buy milk"
$ sht list
┌────┬──────────┬───────────────────────┬──────────┬───────────────────────┬────────────┬───────┐
| ID | Name | Created | Priority | Due | Completed? | Tags |
├====┼==========┼=======================┼==========┼=======================┼============┼=======┤
| 1 | Buy milk | 09:28 Thu, 05 Apr 18' | Medium | 09:28 Thu, 05 Apr 18' | false | hello |
└────┴──────────┴───────────────────────┴──────────┴───────────────────────┴────────────┴───────┘
$ sht done task_id