⚠ WARNING: Active development, not even working!
Personal task manager inspired by taskwarrior.
I love taskwarrior but there some quirks which bug me.
As it's early in development install it via go install
:
go install github.com/helmecke/taskgopher
Create, list and complete a task:
alias t=taskgopher
t add very important task due:2022-07-01
t due:2022-07-01 list
t 1 complete
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.