fsgif

Full-screen gif viewer and cli tool.

Usage

Command line tool

Requirements

Installation

To install the cli tool:

gem install fsgif

Usage

To create a link for a gif:

fsgif http://url.to/image.gif

To create a link using a custom hostname:

fsgif -h customhostname.com http://url.to/image.gif

Web Service

Requirements

Usage

To run the server:

git clone https://github.com/philtr/fsgif.git
bundle install
rackup

To view an image full screen, go to .