TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Lines Bash Todo List

4 pointsby zukerpieabout 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

gabrielsrokaabout 2 years ago
This should be a little easier to read. I also made some updates on the gist<p><pre><code> td a &quot;something&quot; # 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>