View on GitHub

ShellTODO

a simple TODO list manager directly from shell

Download this project as a .zip file Download this project as a tar.gz file

Installing

~$ git clone https://github.com/adrian7/shelltodo.git
~$ cd shelltodo
~$ mv shelltodo.py todo
~$ chmod +x todo

Usage

~$ todo -a "upgrade machine to Debian 7"
~$ todo -a "upgrade php to 5.7"
~$ todo -a "check apache logs"
~$ todo -s
~$ todo -m 1
~$ todo -d 2