A simple TUI
app built in golang to handle your todo-s
todo
doesn't create the config file for you, but it looks in the following location:
$HOME/.config/todo/config.yml
this is the default configuration:
# keybindings for editing
bubble:
quit: q
up: [up, j]
down: [down, k]
help: ?
check: space
insert: enter
remove: backspace
edit: right
editexit: esc
swapup: shift+up
swapdown: shift+down
undo: ctrl+z
02/07/2023
: multiple keybindings can be associated with the same action04/07/2023
: ctrl+z14/07/2023
: 🗑 bin21/07/2023
:tui
improvements