A CLI todo-list app written in Rust. Uses Pancurses for UI rendering.
- Clone the repository.
- Execute the
cargo build --releaseto obtain therusted-tasks.exefile. - Locate the exe file in the
target/release/directory. - Run the exe file from your preferred terminal.
I recomment adding the
rusted-tasks.exefile 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
korj: 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"
