| Crates.io | ritual-cli |
| lib.rs | ritual-cli |
| version | 0.1.0 |
| created_at | 2025-11-09 01:01:01.38355+00 |
| updated_at | 2025-11-09 01:01:01.38355+00 |
| description | minimal CLI habit tracker |
| homepage | |
| repository | https://github.com/nar1nari/ritual |
| max_upload_size | |
| id | 1923460 |
| size | 27,180 |
ritual is an extremely minimal habit tracker written in rust.
This program is aimed at performing a simple task - tracking daily task execution. ritual is designed so that it is suitable for people who open the terminal very often. It can be added to the rc file of your shell and every time you open the terminal you will see your completed and uncompleted tasks.
To install, clone the repository and install it with cargo
git clone https://github.com/nar1nari/ritual
cd ritual
cargo install --path .
Usage: ritual [COMMAND]
Commands:
list List all daily tasks
add Add new task
remove Remove task
done Mark task as done
undone Mark task as undone
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
ritual stores data in this directories:
| Platform | Direcotry |
|---|---|
| Linux | $HOME/.local/share |
| Windows | {FOLDERID_RoamingAppData} |
| MacOS | $HOME/Library/Application Support |
Personal needs of some ascetic minimalist