Simple file-backed to-do CLI
Project description
To-Do List CLI (Python)
Minimal, file-backed to-do list CLI.
Install locally (editable) to get a todo command:
python -m pip install -e .
Then run:
todo add "Write report"
todo list
todo complete 0
todo remove 0
todo clear
Add with a due date:
todo add "Finish budget" --due 2026-02-15
todo add "Call client" --due tomorrow
If todo is not found, ensure your Python's Scripts directory is on your PATH (Windows) or use the same Python executable: python -m todo.
Run tests:
python -m pip install -r requirements.txt
python -m pytest -q
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file todo_cli_scolhoun-0.1.999.tar.gz.
File metadata
- Download URL: todo_cli_scolhoun-0.1.999.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e313da332f43413c0b87a860f31f7f3a28b966065f16449add063ca0cedfa754
|
|
| MD5 |
b57386540725b8d51011e256fcbdfb09
|
|
| BLAKE2b-256 |
014de4de351ca12a123e52861a90133df1ab2b3904ff3665d02af43adf5f74eb
|
File details
Details for the file todo_cli_scolhoun-0.1.999-py3-none-any.whl.
File metadata
- Download URL: todo_cli_scolhoun-0.1.999-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abc490d2bb6c3a23178c2d10664af9083b91f7bacf54680a3c3989ebac51c647
|
|
| MD5 |
61231958ad137e0de17d00cdccb1f54c
|
|
| BLAKE2b-256 |
e5b6df663ffba61715853f16bc6412b03ab7cd9f6b6bc60344dce76173af418a
|