Comments:"John Amicangelo : The best todo list app for any developer"
URL:https://coderwall.com/p/kpd7ra
Make a list of your todos in /etc/motd
:
* Dump prod.sql
- Don't forget to sanitize
* Finish Foo project
And now you'll see it every time you open a new prompt:
* Dump prod.sql
- Don't forget to sanitize
* Finish Foo project
10:40:58 user ~$
I keep an alias to edit it in my .bash_profile
alias etodos="sudo vim /etc/motd"