TODO manager that uses stacks to let you dive deep into a debugging task and come back to previous tasks wherever you left them. Mighty useful if you are into yak shaving.
python todo.py
Type a task and hit enter, if it does not match any of the commands -
it is automatically considered as a new task. Or if you want to keep a
consistent command pattern - type `a` followed by task and hit enter.
a <task>
<enter> without any keys typed at the prompt.
d
n
l
undo
redo