| Crates.io | karmist |
| lib.rs | karmist |
| version | 1.0.1 |
| created_at | 2026-01-10 19:05:38.613585+00 |
| updated_at | 2026-01-11 07:30:22.680526+00 |
| description | todoist, but for gigachads |
| homepage | https://crates.io/crates/karmist |
| repository | https://github.com/sarkar-segfault/karmist |
| max_upload_size | |
| id | 2034562 |
| size | 51,698 |
karmist is a small rust application to manage tasks. it is still very much under development, and lacks many features, but has been deemed usable for small cases by its author (me).
with cargo, you can cargo install karmist. if you like to feign independence, you can build it from source.
here are some karmist commands and their uses:
karmist --database <db.json>: specify the task database for karmist, defaults to .karmist.json.karmist create <id?>: create a task with id <id?>. if id is not supplied, the user is prompted for it.karmist read <id?>: read a task with id <id?>, or all tasks in the database otherwise.karmist update <id?>: update a task with id <id?>. if id is not supplied, the user is prompted for it.karmist delete <id?>: delete a task with id <id?>, or all tasks in the database otherwise.first of all, there is absolutely no reason you'd want to commit to this project. if you still wanna, i can't stop you.