Created
February 8, 2014 07:43
-
-
Save pankajparashar-zz/8878096 to your computer and use it in GitHub Desktop.
The best todo list app for any developer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment