├── LICENSE ├── Makefile ├── README.md ├── man └── giph.1 └── src └── giph /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phisch/giph/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phisch/giph/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phisch/giph/HEAD/README.md -------------------------------------------------------------------------------- /man/giph.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phisch/giph/HEAD/man/giph.1 -------------------------------------------------------------------------------- /src/giph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phisch/giph/HEAD/src/giph --------------------------------------------------------------------------------