Even better for developers: Todo.txt http://todotxt.com/ Free, open, plain text, with lots of optional tools for the command line and also mobile. And for more power, emacs org mode is amazing.
| Free Not completely. The associated Android app I just bought is $2. Though it's still not much.
The best todo list app for any developer
21–30 of 67 posts
Re: The best todo list app for any developer
#22 alias etodos="sudo vim /etc/motd"
Better: alias etodos="sudoedit /etc/motd"Re: The best todo list app for any developer
#23Earlier quoted context omitted.
The comments are much more useful and valid.
I understand the argument against editing a file in /etc for something only one user is concerned about, but I've been the sole user of every computer I've had, so this doesn't matter to me. I think that's the case for a lot of people. The other arguments seem to be preference. Some people work better with paper. Some people only want system configuration in /etc. If you're a stickler for the Single Responsibility Pr…
You were introduced to the idea of todo's in your terminal, but then only accept the worst solution.
It is as if one guy says "Hey guys, I have found a way to not have to shit in the woods any more, we just have a bucket next to our bed and in the morning we throw it out the windows."
The second guy says "ok, lets not shit in the woods, but what if we create this thing called a sewage with a thing called 'toilet' on top so we don't have shit in the streets."
You say "Ok I see what you mean, what with having the shit in the streets and all, but some people work better with paper." Eh what?
Re: The best todo list app for any developer
#24Re: The best todo list app for any developer
#25Even better for developers: Todo.txt http://todotxt.com/ Free, open, plain text, with lots of optional tools for the command line and also mobile. And for more power, emacs org mode is amazing.
Re: The best todo list app for any developer
#26http://taskwarrior.org/projects/show/taskwarrior
alias due='task rc.calendar.details:full cal'
to get a nice representation of tasks. you might wanna combine taskwarrior with remind.
http://www.roaringpenguin.com/products/remind
it allows you to "program" your calendar dates. A little caveat if you're on osx you may need to patch it otherwise it will have a 30 or 10 second startup delay
Re: The best todo list app for any developer
#27I store it in my repo (TODO.org), and keep track of whatever I'm working on, immensely helpful for keeping track.
the obvious downside to the motd method is length of todo list... It might be good for motivational messages but not for actual todo lists.
Re: The best todo list app for any developer
#28Ooooh, OK this was genius. Sold. I hope this helps though.
The comments are much more useful and valid.
But the notion of having them in your terminal on a new tab or window is perfect for me.
Re: The best todo list app for any developer
#29i'm puzzled no taskwarrior mention at all? http://taskwarrior.org/projects/show/taskwarrior alias due='task rc.calendar.details:full cal' to get a nice representation of tasks. you might wanna combine taskwarrior with remind. http://www.roaringpenguin.com/products/remind it allows you to "program" your calendar dates. A little caveat if you're on osx you may need to patch it otherwise it will have a 30 or 10 second s…