blogtato 0.1.2

A CLI RSS/Atom feed reader inspired by Taskwarrior
blogtato-0.1.2 is not a library.

blogtato

A CLI RSS/Atom feed reader inspired by Taskwarrior.

demo

Install

cargo install --path .

Usage

# Subscribe to a feed
blog feed add https://news.ycombinator.com/rss

# Fetch new posts
blog sync

# Read posts
blog show

# Group by date or feed
blog show d
blog show f

# Filter by feed shorthand
blog show @hn

# Open a post in the default browser
blog open abc

# Print a post URL (useful with CLI browsers)
blog read abc
w3m $(blog read abc)

# List subscriptions
blog feed ls

# Remove a feed
blog feed rm https://news.ycombinator.com/rss

Git sync

blogtato can sync your feed database across machines using git:

# Clone an existing database
blog clone user/repo

# After that, `blog sync` fetches feeds and pushes/pulls from the remote
blog sync