Hacker News new | ask | show | jobs
by ansimionescu 4410 days ago
I started doing something much simpler: When working on a project I just create .todo files anywhere it makes sense. This way I can view, edit, add, and remove them very easily with simple shell commands.

I just enjoy the simplicity of `echo 'remember to test the milk' >> foo/.todo`.

1 comments

I like your example. Especially because milk expires ;).