| Crates.io | cmo |
| lib.rs | cmo |
| version | 0.1.2 |
| created_at | 2023-12-20 04:18:51.125984+00 |
| updated_at | 2023-12-21 02:31:32.808169+00 |
| description | A tool to manage tasks inside the terminal |
| homepage | https://github.com/windrnr/cmo |
| repository | https://github.com/windrnr/cmo |
| max_upload_size | |
| id | 1074998 |
| size | 161,545 |
cmo is a simple cli for managing tasks directly in the terminal.
English | EspaƱol
README Sections: Options - Description - Installation

cmo is an informal abbreviation for the Spanish phrase casi me olvido (I almost forgot).
The program is born because I wanted to have a task list always at hand. It will continue to be developed as long as I come up with improvements.
cmo is written in Rust and heavily relies on libraries such as:
cmo follows the XDG base directory specification.
At the moment cmo comes with five commands: 'add', 'list', 'flip', 'remove' y 'help'.
tasks.csv file: # The options High, Medium y Low can be abbreviated as h, m or l respectively.
$ cmo add -p medium "Buy bread"
$ cmo add -ph "Read the Way of Kings"
tasks.csv. Specific priorities can also be chosen: $ cmo list
$ cmo list -p medium
$ cmo list -ph
$ cmo flip 10
$ cmo remove 10
$ cmo help
$ cmo help add
$ cmo help list
$ cmo help flip
$ cmo help remove
If you already have Rust installed and configured, you can install it using:
$ cargo install cmo