Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 977 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 977 Bytes

todo-wall

Interactive terminal todo app in rust which also creates a todo wallpaper for you.

This is meant to be mainly used on GNOME desktops since desktop widgets are not around. It would conveniently provide a glance into one's day plan at one look.

Desktop

desktop_thumbnail

Terminal

terminal_thumbnail

Quick Start

$ cargo run --release

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
e Edit an existing 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