| Crates.io | facere-cli |
| lib.rs | facere-cli |
| version | 0.1.0 |
| created_at | 2025-02-25 20:14:08.052331+00 |
| updated_at | 2025-02-25 20:14:08.052331+00 |
| description | A simple CLI for managing todo tasks |
| homepage | https://github.com/rodrigocitadin/facere-cli |
| repository | https://github.com/rodrigocitadin/facere-cli |
| max_upload_size | |
| id | 1569589 |
| size | 14,635 |
facere-cli is a simple command-line tool for managing pending tasks. It allows users to create, list, and update task statuses using a JSON-based local storage.
cargo install facere-cli
git clone https://github.com/yourusername/facere-cli.git &&
cd facere-cli &&
cargo install --path .
facere-cli add <NAME> <YYYY-MM-DD>
example:
facere-cli add "Buy groceries" 2025-02-26
facere-cli list
facere-cli toggle <TASK_ID>
example:
facere-cli toggle 1
facere-cli filter <YYYY-MM-DD>
example
facere-cli filter 2025-02-26
Tasks are stored in a JSON file in the current directory. Future versions may use a more appropriate location.
This project is licensed under the MIT license.