Crates.io | alle |
lib.rs | alle |
version | 0.2.2 |
source | src |
created_at | 2022-12-08 20:07:14.518004 |
updated_at | 2022-12-10 16:39:46.002548 |
description | A terminal manager for your TODOs |
homepage | https://github.com/lkyuchukov/alle |
repository | https://github.com/lkyuchukov/alle |
max_upload_size | |
id | 732792 |
size | 72,598 |
A terminal manager for your TODOs written in Rust.
Usage: alle <COMMAND>
Commands:
add Add a TODO
list List all TODOs
complete Complete a TODO
uncomplete Uncomplete a TODO
add-note Add a note for a given TODO
edit-note Edit the note for a given TODO
remove-note Remove the note for a given TODO
add-tag Add a tag to a given TODO
remove-tag Remove a tag from a given TODO
add-due-date Add a due date to a given TODO
change-due-date Change the due date for a given TODO
remove-due-date Remove the due date from a given TODO
delete Delete a TODO
drop-db Drops the database of TODOs
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help information
-V, --version Print version information
Usage: alle add [OPTIONS] <NAME>
Arguments:
<NAME> The name of the todo
Options:
-n <NOTE>
-d <DUE_DATE>
-h, --help Print help information
Usage: alle list [OPTIONS]
Options:
-s <STATUS>
-t <TAG>
-h, --help Print help information
With cargo:
cargo install alle
With homebrew:
brew tap lkyuchukov/alle
brew install alle