A simple todo list CLI tool!
pip install python-todo
(Python 3.6 or greater is currently required)
- Default
- Prints out the current task list
- -a/--add
- Prompts user for task information and adds it to the task list
- -r/--remove
- Prompts the user for a row ID to remove from the task list
- -f/--finish
- Prompts the user for a row ID to change to a finished state
- -u/--unfinish
- Prompts the user for a row ID to change to an unfinished state
- -c/--change
- Prompts the user for a row ID to change information for
- -v/--view
- Prints out the current task list
- -h/--help
- Prints out the valid commands
This project is licensed under the MIT License - see the LICENSE file for details. Python-Todo