All Projects → seenaburns → Picofeed

seenaburns / Picofeed

Licence: other
A minimal terminal rss reader

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Picofeed

Neix
neix - a RSS/Atom feed reader for your terminal.
Stars: ✭ 128 (+156%)
Mutual labels:  cli, terminal, rss, rss-reader
Rdrview
Firefox Reader View as a command line tool
Stars: ✭ 622 (+1144%)
Mutual labels:  cli, terminal, rss
Wonders
🌈 Declarative JavaScript framework to build command-line applications.
Stars: ✭ 34 (-32%)
Mutual labels:  cli, terminal
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-30%)
Mutual labels:  cli, terminal
Feedindicator
RSS feed updates in Ubuntu, as a lightweight indicator
Stars: ✭ 38 (-24%)
Mutual labels:  rss, rss-reader
Viu
Simple terminal image viewer written in Rust.
Stars: ✭ 911 (+1722%)
Mutual labels:  cli, terminal
Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+1820%)
Mutual labels:  cli, terminal
Sqlite Global Tool
SQLite .NET Core CLI tool that allows the user to manually enter and execute SQL statements with or without showing query result.
Stars: ✭ 37 (-26%)
Mutual labels:  cli, terminal
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+1658%)
Mutual labels:  cli, terminal
Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+1994%)
Mutual labels:  cli, terminal
Hokaido
HND✈CTS
Stars: ✭ 41 (-18%)
Mutual labels:  cli, terminal
Influx Prompt
An interactive command-line InfluxDB cli with auto completion.
Stars: ✭ 42 (-16%)
Mutual labels:  cli, terminal
Lsankidb
☆ `ls` for your local Anki database.
Stars: ✭ 21 (-58%)
Mutual labels:  cli, terminal
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-60%)
Mutual labels:  cli, terminal
Termd
Render markdown in the terminal
Stars: ✭ 32 (-36%)
Mutual labels:  cli, terminal
Radian
A 21 century R console
Stars: ✭ 878 (+1656%)
Mutual labels:  cli, terminal
Spinnercpp
Simple header only library to add a spinner / progress indicator to any terminal application.
Stars: ✭ 37 (-26%)
Mutual labels:  cli, terminal
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-12%)
Mutual labels:  cli, terminal
Tabulate
Table Maker for Modern C++
Stars: ✭ 862 (+1624%)
Mutual labels:  cli, terminal
Curlie
The power of curl, the ease of use of httpie.
Stars: ✭ 877 (+1654%)
Mutual labels:  cli, terminal

Picofeed

Picofeed is a minimal terminal rss reader. It takes feed urls direct or files of newline separated urls. It fetches all feeds on demand, and displays them.

Things you don't need with picofeed:

  • An account
  • A subscription
  • Any state at all

Honestly it's like a fancy rss curl.

Examples:
    picofeed feeds.txt --web
    picofeed http://seenaburns.com/feed.xml
    picofeed http://seenaburns.com/feed.xml feeds.txt http://example.com/feed.xml
# Use whatever click to open your terminal supports, like cmd+double click in OSX's Terminal.app
./picofeed feeds.txt

picofeed terminal rss

# Open in browser with clickable links (wow!)
./picofeed feeds.txt --web

picofeed local browser rss

Install

From source, with go 1.11 just run go build

Or there are precompiled binaries in the releases page

Other

Picofeed is built on top of gofeed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].