Skip to content

Comment on Ask HN: Your favorite to-do list or task manager?

Comments

I 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.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.