Hacker News new | ask | show | jobs
by bigfudge 5783 days ago
When you init it, it creates a .later directory to store the issues. You could revision this along with code, so yes it seems like a nice replacement to the todo.txt.
1 comments

Playing a bit more, what would be really nice would be to be able to do later -r list to recurse through subdirectories listing issues in those too. At present it only looks upwards.
Interesting idea. One could do that in ~/dev and see all issues of all projects inside...
I just committed a plugin, which implements this: http://github.com/beza1e1/later/commit/4d4660124e00859061836...