/pyTodo

This is a Todo application available from the CLI.

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

pyTodo

This is a Todo application available from the CLI.

use

install...

$ git clone https://github.com/gamma-410/pyTodo.git  
$ cd pyTodo  
$ pip install -e .  

Commands

Add:
$ todo add [value]

Show:
$ todo show

Delete:
$ todo delete [listNum]

Clear:
$ todo clear

license

MPL