Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/rabbit_viewer
A file viewer. Powered by Rabbit.
https://github.com/myokoym/rabbit_viewer
Last synced: 2 days ago
JSON representation
A file viewer. Powered by Rabbit.
- Host: GitHub
- URL: https://github.com/myokoym/rabbit_viewer
- Owner: myokoym
- License: other
- Created: 2013-03-20T03:15:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T13:56:23.000Z (over 11 years ago)
- Last Synced: 2024-03-15T04:11:20.565Z (8 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/rabbit_viewer
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RabbitViewer
A file viewer by [Rabbit](http://rabbit-shocker.org/).
## Installation
Add this line to your application's Gemfile:
gem 'rabbit_viewer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rabbit_viewer
## Usage
### run
$ rabbit_viewer /home/user/Pictures/*.png
$ rabbit_viewer ~/Pictures/*.png
$ cd ~/Pictures
$ rabbit_viewer *.png### move
* cursor key
* etc.### list mode
* i key
### exit
* Esc key
* etc.### details
[Rabbit::sample.en](http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit%3A%3Asample.en#Op.2e.3a.20Move)
[Rabbit::sample.ja](http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit%3A%3Asample.ja#a.e6.93.8d.e4.bd.9c.3a.20.e7.a7.bb.e5.8b.95)
## 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