The best todo list app for any developer
coderwall.com
The best todo list app for any developer
1–10 of 67 posts
Re: The best todo list app for any developer
#2 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
#3Alternatively, you can make a list and paste a `cat /path/to/list` in your shell rc.
Re: The best todo list app for any developer
#4What 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
#5Free, 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
#6I hope this helps though.
Re: The best todo list app for any developer
#7What 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.
Nice, store todo.md in a cloud drive and you'll have it show up on all of your computers.
What could possibly go wrong ?! ;-)
Re: The best todo list app for any developer
#8What 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.