cdbece9c64
A simple and extensible shell script for managing your todo.txt file. With a simple but powerful shell script called todo.sh, you can interact with todo.txt at the command line for quick and easy, Unix-y access. The Todo.txt CLI supports archiving completed tasks to done.txt and priority/context tab autocompletion. Based on now-known-as wip/todotxt-git originally packaged in pkgsrc-wip by tty` with several changes by myself.
7 lines
319 B
Text
7 lines
319 B
Text
A simple and extensible shell script for managing your todo.txt file.
|
|
|
|
With a simple but powerful shell script called todo.sh, you can interact
|
|
with todo.txt at the command line for quick and easy, Unix-y access.
|
|
|
|
The Todo.txt CLI supports archiving completed tasks to done.txt and
|
|
priority/context tab autocompletion.
|