todo-cli
✅ Command-line tool to manage Todo lists
File Explorer
Download Latest Version (.zip)- __init__.py
- add.py
- base.py
- check.py
- delete.py
- init.py
- list.py
- remove.py
- rename.py
- search.py
- toggle.py
- uncheck.py
- __init__.py
- compatibility.py
- menu.py
- styles.py
- __init__.py
- __main__.py
- exceptions.py
- parser.py
- .editorconfig
- .gitignore
- LICENSE
- README.md
- setup.py
- todos.json
# Installation Guide
1. Get the code
git clone https://github.com/francoischalifour/todo-cli
Downloads the entire project code from GitHub to your computer.
cd todo-cli
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install <path to the todo-cli folder>
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
