> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# The Birchfeed CLI
- URL: https://birchtree.me/blog/the-birchfeed-cli/
- Published: 2026-09-08T16:26:57.000Z
- Updated: 2026-09-08T16:26:57.000Z
- Author: Matt Birchler

One of the things I love in [Birchfeed](https://birchfeed.app/?ref=birchtree.me), my RSS sync service is the news stream feature. This lets you open up a window with new stories streaming into the view as they come in. It's pretty slick, and I use it on big news days (like tomorrow, for example).

Because I know a lot of nerds use the service, I also wanted to point out that [there is a CLI](https://github.com/mattbirchler/birchfeed-cli?ref=birchtree.me) you can use as well. You can install it with Homebrew:

```
brew install mattbirchler/tap/birchfeed
```

And you can call it as simply as entering `birchfeed` in your terminal of choice. You will want to run `birchfeed auth` the first time, paste in an API key you generated from Birchfeed itself, and then you will be good to go.

There are keyboard shortcuts listed at the bottom of the window, so you can figure this out, but you can choose whether you see article content itself in a pane on the right or if you just want to see a list of headlines. Arrow through them and hit return to open it in your browser, press `c` to copy the link to your clipboard, and if you have a Quick Reads account set up, press `q` to instantly save it to your reading queue.

Obviously, I know this is a niche feature, but hey, Birchfeed is built for RSS obsessives, so I know some people will get value from it.