Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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