Skip to content

Releases: rsdoiel/skimmer

exploring minimally interactive behavior

10 Oct 06:13
Compare
Choose a tag to compare

This release adds interactive usage and changes the expectations on the command line. If you want to fetch data you supply a .urls file, f you want to read your feeds you supply a .skim file. In interactive mode you can mark an item as read, saved, change the label or add tags.

Other tools can be used with the sqlite3 database items table to do further processing..

Exploration begins

07 Oct 01:53
Compare
Choose a tag to compare

This is a proof of concept release. The default skimmer command will no longer download content to read. You must use the -fetch option to do so. Fetching content can take a while so this feels like the way it should work.

Full Changelog: v0.0.1...v0.0.2

Proof of concept

07 Oct 01:23
Compare
Choose a tag to compare

This is a proof of concept of a naively simple feed reader. It takes advantage of gofeed to read RSS, Atom and JSON feed urls by downloading and streaming their contents to standard out in reverse chronological order.