TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Show HN: Lines Bash Todo List
4 points
by
zukerpie
about 2 years 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 comment
gabrielsroka
about 2 years ago
This should be a little easier to read. I also made some updates on the gist<p><pre><code> 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</code></pre>