Settings

Theme

Show HN: Lines Bash Todo List

gist.github.com

4 points by zukerpie 3 years ago · 1 comment · 1 min read

Reader

td a "something" # add new item at the bottom td l # list all todos td p # pop current item from the list td c # show current todo

gabrielsroka 3 years ago

This should be a little easier to read. I also made some updates on the gist

  td a "something" # add new item at the bottom
  td l # list all todos
  td p # pop current item from the list
  td c # show current todo

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection