Sha256: 778915b1ae58b11aa9d0ef2c0b99632ae522501cd9e1327201e9295834e49701

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

# RabbitViewer

It's file viewer. Support a multi format.

png, gif, jpeg, txt ...

Powered 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rabbit_viewer-0.1.2 README.md
rabbit_viewer-0.1.1 README.md