Created
August 31, 2015 12:01
-
-
Save trengrj/bb7cd861a23c6d7ad785 to your computer and use it in GitHub Desktop.
todo sample
This file contains hidden or 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
[trengrj@home ~]$ todo add "write this blog post" | |
[trengrj@home ~]$ todo add "add colours to todo" | |
[trengrj@home ~]$ todo | |
1 write this blog post [] | |
2 add colours to todo [] | |
[trengrj@home ~]$ todo complete 1 | |
[trengrj@home ~]$ todo | |
1 write this blog post [x] | |
2 add colours to todo [] | |
[trengrj@home ~]$ todo delete 1 | |
[trengrj@home ~]$ todo | |
1 add colours to todo [] | |
[trengrj@home ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment