Hacker News new | ask | show | jobs
Show HN: Lines Bash Todo List (gist.github.com)
4 points by zukerpie 1127 days ago
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
1 comments

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