Ooooh, OK this was genius. Sold. I hope this helps though.
The best todo list app for any developer
11–20 of 67 posts
Re: The best todo list app for any developer
#12Earlier quoted context omitted.
Nice, store todo.md in a cloud drive and you'll have it show up on all of your computers.
So you're storing a file on a public server that is beyond your control and you make your shell read it every time you launch it ? What could possibly go wrong ?! ;-)
Re: The best todo list app for any developer
#13Even 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.
Not completely. The associated Android app I just bought is $2. Though it's still not much.
Re: The best todo list app for any developer
#14Install GeekTool and use the shell "Geeklet" to affix the todo list permanently on your desktop background. You can adjust the font/size/transparency to make it as obnoxious as needed.
Re: The best todo list app for any developer
#15Paper. just a single piece of 8.5x11 paper. Anything more complex means I'm trying to do more work than I can handle.
It was crude and messy and reminded me of high school.
A couple of years ago, I found myself migrating towards something like it. I use large index cards, but.. more or less, do the same thing.
I still have remnants of every to do app on my iPhone. In each app there's abandoned lists of tasks that got recorded and forgotten, or recorded and "re-prioritized", forever.
The nice thing about the card is, if it's mostly scratched out and there are things left on it, you can copy the items to a new, fresh card and then keep going. If the items aren't that important, it's as simple as throwing whole card away. It's satisfying and simple and there's no process-guilt involved.
"Throw card out" is a feature.
Re: The best todo list app for any developer
#16Ooooh, OK this was genius. Sold. I hope this helps though.
The comments are much more useful and valid.
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 Principle in the config files in your OS, then I assume you already have your own solution to this problem and you don't need a tutorial from me.
Re: The best todo list app for any developer
#17What if your todolist is too large? Store it somewhere else (in you homedir, no need for a sudo) and add head -n 10 ~/todo.md to your .bashrc/.zshrc to show 10 most prioritised tasks on each session startup.
Re: The best todo list app for any developer
#18Paper. just a single piece of 8.5x11 paper. Anything more complex means I'm trying to do more work than I can handle.
An old colleague of mine.. and CFO of our company.. used to manage his tasks on a piece of paper. It was always in his folder, and for each task he'd write a note on the paper and then draw a box around it. As he completed each task, he'd scratch out the box. It was crude and messy and reminded me of high school. A couple of years ago, I found myself migrating towards something like it. I use large index cards, but..…
I like that the paper gets full and I have to copy it to a new sheet. It forces me to review the things on the list. Things that stay on the list naturally migrate to the top of the list. I start to notice them hanging out there, at the top, where they are the first reminder that they have been at the top of the list for so long.
The system has many emergent features.
Re: The best todo list app for any developer
#19Even 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.