Skip to content

Simple TUI todo list app with vim like key binding. Written in Rust

License

Notifications You must be signed in to change notification settings

lokxii/feednotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feednotes

A simple todo list app written for myself.

The main purpose of this project was for me to learn ratatui, tui-widget-ist, and tui-textarea

Reads and save notes in $HOME/.local/share/feednotes/notes.json. Feednotes will not create the file for you.

Only a small subset of vim keybindings in textarea are implemented. Experiment it yourself.

Controls

Feed view:

key function
q quit
j next note
k previous note
n new note (enters composer view)
i edit note (enters composer view)
/ filtering mode (enters composer view in insert mode)

Composer view (normal mode):

key function
W save and exit composer view
backspace exit composer view

About

Simple TUI todo list app with vim like key binding. Written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages