Skip to content

Instantly share code, notes, and snippets.

@trengrj
Created August 31, 2015 12:01
Show Gist options
  • Save trengrj/bb7cd861a23c6d7ad785 to your computer and use it in GitHub Desktop.
Save trengrj/bb7cd861a23c6d7ad785 to your computer and use it in GitHub Desktop.
todo sample
[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