Feedcellar - Searchable Storage
A searchable storage for RSS feed reader. Powered by rroonga.
Installation
Add this line to your application's Gemfile:
gem 'feedcellar'
And then execute:
$ bundle
Or install it yourself as:
$ gem install feedcellar
Usage
Show help
$ feedcellar
Register URL
$ feedcellar register http://example.net/rss
Import URL from OPML
$ feedcellar import registers.xml
Show registers
$ feedcellar list
Collect feeds (It takes several minutes)
$ feedcellar collect
Word search from titles and descriptions
$ feedcellar search ruby
Delete database
$ rm -r ~/.feedcellar
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request