Sha256: b942cc68616d4c396ec1b5ec77b26adc663f939e5ba6cb556ae6b8c4765d0b92
Contents?: true
Size: 899 Bytes
Versions: 2
Compression:
Stored size: 899 Bytes
Contents
# 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 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
feedcellar-0.1.2 | README.md |
feedcellar-0.1.1 | README.md |