cli-todo

Crates.iocli-todo
lib.rscli-todo
version0.1.0
sourcesrc
created_at2024-03-17 06:10:47.52583
updated_at2024-03-17 06:10:47.52583
descriptionA TODO app for your terminal
homepage
repositoryhttps://github.com/MDSADABWASIM/cli-todo
max_upload_size
id1176250
size22,018
Md Sadab Wasim (MDSADABWASIM)

documentation

README

cli-todo

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

Quick Start

$ cargo run

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
Commit count: 0

cargo fmt