ritual-cli

Crates.ioritual-cli
lib.rsritual-cli
version0.1.0
created_at2025-11-09 01:01:01.38355+00
updated_at2025-11-09 01:01:01.38355+00
descriptionminimal CLI habit tracker
homepage
repositoryhttps://github.com/nar1nari/ritual
max_upload_size
id1923460
size27,180
(nar1nari)

documentation

README

What?

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.

How?

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

Why?

Personal needs of some ascetic minimalist

Commit count: 0

cargo fmt