OakNinja / GIFish

GIFish - Create a gif from a video file in fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIFish

GIFish - Create a gif from a video file in fish shell, with sane defaults for creating a gif suitable for the web, for example Github. Perfect to use in conjunction with the built in OSX Screen recorder command+shift+5

Prerequisities

Install using fisher

fisher add oakninja/GIFish

Install manually

Clone this repo git clone https://github.com/OakNinja/GIFish

and then copy gifish.fish to ~/.config/fish/functions

or create a symlink ln -s gifish.fish ~/.config/fish/functions/gifish.fish

Usage

gifish <input file name> <output file name> eg gifish myvideo.mov myvideo.gif

About

GIFish - Create a gif from a video file in fish shell

License:MIT License


Languages

Language:Shell 100.0%