A CLI todo-list app written in Rust. Uses Pancurses for UI rendering.
- Clone the repository.
- Execute the
cargo build --release
to obtain therusted-tasks.exe
file. - Locate the exe file in the
target/release/
directory. - Run the exe file from your preferred terminal.
I recomment adding the
rusted-tasks.exe
file to your PATH for easy access.
Task Management
shift + a
: Add a new taskshift + d
: Delete a taskshift + t
: Toggle statusshift + s
: Save tasksshift + q
: Save and Quit
Navigation
k
orj
: Move up or down↑
or↓
: Move up or down
-h
: Show help message.$ rust rusted-tasks -h
-a
: Add a new task.$ rusted-tasks -a "task message"