Skip to content

kyprifog/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

Screenshot

Todo is a minimal todo app with click interaction provided by tcell

Usage

go build
touch ~/.todos.yaml
./todo

Press Add + to add a new item, type your new item and press enter to add it.

To toggle an item as done simply click it. Press (-) while checked done to permanently delete it.

Press Escape twice to exit

Special keywords

Shopping:, Goal:, and * (corresponding to an important item) get formatting specially and the ordering is determined by this, Goals going first, then important items, then regular todos, then shopping items, and finally already finished items.

About

Minimal go todo app with tcell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages