Skip to content

Simple Interactive Terminal Todo App in Rust

License

Notifications You must be signed in to change notification settings

harryprayiv/todo-rs

 
 

Repository files navigation

todo-rs

Simple Interactive Terminal Todo App in Rust. This is meant to be an experimental playground for testing ideas on Immediate TUIs.

thumbnail

Quick Start

$ cargo run TODO

Controls

Keys Description
k, j Move cursor up and down
Shift+K, Shift+J Drag the current item up and down
g, G Jump to the start, end of the current item list
r Rename the current item
i Insert a new item
d Delete the current list item
q Quit
TAB Switch between the TODO and DONE panels
Enter Perform an action on the highlighted UI element

About

Simple Interactive Terminal Todo App in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 84.1%
  • Nix 15.9%