Project

fsgif

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
View images full screen your browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

fsgif

Full-screen gif viewer and cli tool.

Usage

Command line tool

Requirements

  • Mac OS X
  • Ruby

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

  • Ruby (>= 1.9.3)
  • Bundler (1.3.5)
  • Sinatra

Usage

To run the server:

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

To view an image full screen, go to http://localhost:9292/?url=http://url.to/image.gif.