givegif: CLI Giphy search tool with previews in iTerm 2

[ bsd3, console, library, program ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Dependencies base (>=4.7 && <5), base64-bytestring, bytestring, containers, errors, giphy-api, givegif, lens, network-uri, optparse-applicative, text, transformers, wreq [details]
License BSD-3-Clause
Author Pascal Hartig
Maintainer Pascal Hartig <phartig@rdrei.net>
Category Console
Home page http://github.com/passy/givegif#readme
Uploaded by passy at 2016-04-09T15:31:12Z
Distributions
Executables givegif
Downloads 924 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-04-09 [all 1 reports]

Readme for givegif-1.0.0.0

[back to package description]

givegif

Build Status

WARNING: Some of the steps in the readme don't quite reflect reality yet.

Find and display GIFs from the command line.

Demo

Usage

Usage: givegif [-n|--no-preview] ([-s|--search ARG] | [-t|--translate ARG] |
               [RANDOM_TAG])
  Find GIFs on the command line.

Available options:
  -h,--help                Show this help text
  -n,--no-preview          Don't render an inline image preview.
  -s,--search ARG          Use search to find a matching GIF.
  -t,--translate ARG       Use translate to find a matching GIF.
  -V,--version             Show version information

Installation

Check out the latest releases for precompiled binaries.

Alternatively, feel free to build it yourself with stack.

$ stack install givegif
$ givegif -V
givegif 1.0.0.0

Known Issues

Even though I tried to make this work with screen/tmux, it still glitches out every now and then. If you can figure out why, please let me know.

License

BSD-3