Comment on Ask HN: Your favorite to-do list or task manager?Comments−waxjar13yI just use a piece of paper.For coding I use comments and a git alias (git todo) that returns the comments. todo = !git grep --color=always --no-index --exclude-standard --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' | sed -e 's/^[[:space:]]*//' Long term stuff I keep in Notational Velocity, among a load of other things.
Comments
I just use a piece of paper.
For coding I use comments and a git alias (git todo) that returns the comments.
Long term stuff I keep in Notational Velocity, among a load of other things.