Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

feedcellar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feedcellar

  • 0.7.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

feedcellar - a feed reader

Gem Version Build Status

Feedcellar is a full-text searchable RSS feed reader and data store.

Powered by Groonga (via Rroonga) with Ruby.

Installation

$ gem install feedcellar

Usage

Show help

$ feedcellar

Register URL

$ feedcellar register http://example.net/rss

Import URL from OPML

$ feedcellar import registers.xml

Export registerd resources to OPML to STDOUT

$ feedcellar export

Show registers

$ feedcellar list

Collect feeds (It takes several minutes)

$ feedcellar collect

Word search from titles and descriptions

$ feedcellar search WORD1 [WORD2...]

Start web server and show feeds in a web browser

Feedcellar::Web

Show feeds on GUI window (experimental)

Feedcellar::Gtk

Rich view by curses (experimental)

Feedcellar::Curses

Delete feeds

Delete a feed:

$ feedcellar delete URL

Delete feeds related registered resource URL:

$ feedcellar delete --resource URL

Delete database

$ rm -r ~/.feedcellar

License

Copyright (c) 2013-2015 Masafumi Yokoyama <myokoym@gmail.com>

LGPLv2.1 or later.

See 'LICENSE.txt' or 'http://www.gnu.org/licenses/lgpl-2.1' for details.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 27 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc