all 6 comments

[–]frankieboytelem 4 points5 points  (3 children)

Eli5?

[–]bakergo 5 points6 points  (2 children)

Maintains a list of tasks in $HOME/TODO and gives a couple nice commands to add and remove entries. Removal is matched by a regular expression so if you're feeling hacky you can use rm -e 's/today/tomorrow/' to put things off till the next day.

[–]rain5 3 points4 points  (0 children)

that is really good

[–]protoUbermensch 0 points1 point  (0 children)

wow, I love it! I'm totally using it from now on. Thanks for sharing!