Show HN: Lines Bash Todo List
gist.github.comtd 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 thread
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