DEV Community

Satyarth Agrahari
Satyarth Agrahari

Posted on

2 1

Releasing rss-update-0.1-beta.2

I recently setup neovim editor as my sole IDE. It was fun setting up an IDE with only the things that you care about, and get excellent speedups for both autocomplete and type hints. If you are interested in my current neovim conf, you can check it out at github.

Since I had my IDE setup, I wanted to take it out to a test drive, so I started writing a CLI util for something that I wanted to have for few months now. A way to track updates on blogs that I follow with no upper cap on number on blogs. And I recently learned rust, so it was time that I built something using both.

Presenting rss-update cli, an util for tracking rss/atom feeds and get updates on them, when you want to.

  • To add new feeds: rss-update add --feed <FEED>
  • To fetch new posts in feed: rss-update
  • To show unread posts: rss-update unread
  • To mark posts as read: rss-feed read --post <URL>
  • To list tracking feeds: rss-feed tracking
  • To remove feed from tracking: rss-feed remove --feed <FEED>

In case you try it out and have some feed-back / request, feel free to open an issue or reach out to me.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay