Skip to content

williamangelo/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

A TUI todo app. Single file, standard lib only. Navigate items with arrow keys and manage them via vim-style commands prefixed with :

  • :a / :add <text> — Add item
  • :p / :pin <item index> — Pin item to the top and animate it with amber→red gradient
  • :rm <item index> — Remove item (requires confirmation)
  • :q — Quit

All data persists to a SQLite database in ~/.todo/todo.db.

alt text

About

a very simple CLI tool to manage a todo list in a markdown file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages