feedme

command module
v0.0.0-...-215a3a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2015 License: BSD-3-Clause Imports: 14 Imported by: 0

README

feedme

A simple RSS reader written in Go

Build Status

Dependencies

  • github.com/SlyMarbo/rs
  • github.com/axgle/mahonia
  • github.com/mattn/go-getopt
  • github.com/jehiah/go-strftime
  • code.google.com/p/go-sqlite/go1/sqlite3

Programms

Write programs that do one thing and do it well. [Doug McIlroy]

ffetch

Fetch content from RSS feed and store site, title, link and date (publish date) to a SQLite3 Database.

fscan

Show the last (default 10) new RSS feeds.

  • -l: Show n new RSS feeds (default 10).
$ fscan -l 5
  21* 2015-06-24 23:22:20  miau's blog            Tell github to use another ssh key
  22  2015-06-23 13:37:25  miau's blog            Rename file with git-mv
  31  2015-06-09 00:00:00  http://marmaro.de/lue  2015-06-09
  32  2015-06-08 00:00:00  http://marmaro.de/lue  2015-06-08
  33  2015-06-01 00:00:00  http://marmaro.de/lue  2015-06-01
fshow

Open the RSS article in your $EDITOR.

  • -r: Show article n in your $EDITOR (default the newest).

Documentation

Overview

ffetch.go - fetch and store content to SQL

fscan.go - display new rss feeds

fshow.go - show RSS Content

Directories

Path Synopsis
lib
thirdparty
rss
Package RSS is a small library for simplifying the parsing of RSS and Atom feeds.
Package RSS is a small library for simplifying the parsing of RSS and Atom feeds.
sqlite3
Package sqlite3 provides an interface to SQLite version 3 databases.
Package sqlite3 provides an interface to SQLite version 3 databases.
sqlite3/codec
Package codec provides authenticated encryption and other codecs for the sqlite3 package.
Package codec provides authenticated encryption and other codecs for the sqlite3 package.
strftime
go implementation of strftime
go implementation of strftime

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL