A terminal feed reader that doesn't suck (yet).
# needs cgo for sqlite
CGO_ENABLED=1 go install github.com/snoofox/snoo@latestOr build yourself:
git clone https://github.com/snoofox/snoo
cd snoo
go buildAdd feeds:
# reddit
snoo sub add golang
snoo sub add rust:new
snoo sub add programming:top
# rss
snoo sub rss https://lwn.net/headlines/rss
snoo sub rss https://hnrss.org/frontpage
# lobsters
snoo sub lobsters activeRead:
snooPick a theme (optional):
snoo theme draculasnoo sub add <subreddit>[:sort] # reddit
snoo sub rss <url> # any rss/atom
snoo sub lobsters active|recent # lobsters
snoo sub list # show all
snoo sub rm <id> # remove one
snoo # same as 'snoo feed'
snoo feed
snoo theme # list
snoo theme <name> # set
Available: default, catppuccin, dracula, github, peppermint
j/k move
Enter open post
f filter sources
s sort posts
q quit
j/k scroll
g/G jump to top/bottom
r read full article
s sort comments
Esc back
q quit
Space toggle source
a enable all
d disable all
Esc back
- Stores everything in
data.sqlite3 - Caches posts for 1 hour
- No login required
If you are interested in contributing to snoo, please feel free to submit a pull request or open an issue on our GitHub repository.
MIT License
Copyright (c) 2022
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Hope you liked it. Wanna support?

