Skip to content

Coding-Brownies/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mascott.png

todo

A simple TUI app built in golang to handle your todo-s

jim

Configuration

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

Change Log

  • 02/07/2023 : multiple keybindings can be associated with the same action
  • 04/07/2023 : ctrl+z
  • 14/07/2023 : 🗑 bin
  • 21/07/2023 : tui improvements

About

A simple todo app built in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages