2 releases
0.1.4 | Jul 15, 2023 |
---|---|
0.1.3 | Jul 15, 2023 |
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#37 in #keep
12KB
274 lines
taskly
A Todo CLI app made in Rust to keep track of all your tasks.
Installation
You can use the below command to download taskly if you have cargo installed
cargo install taskly
Usage
taskly [COMMAND] [OPTIONS] [ARGS]
OPTIONS:
-c Show only completed todos
-p Show only pending todos
COMMANDS:
help Show this message
add Add a new todo
edit Edit an existing todo
list List all todos
remove Remove an existing todo
done Mark a todo as done
undone Mark a todo as undone
clear Remove all todos
ARGS:
The id of the todo to be edited, removed or marked as done/undone
Dependencies
~22–33MB
~490K SLoC