├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── demo.gif └── make_gif.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gords/GIFtube/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gords/GIFtube/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gords/GIFtube/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gords/GIFtube/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gords/GIFtube/HEAD/demo.gif -------------------------------------------------------------------------------- /make_gif.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gords/GIFtube/HEAD/make_gif.sh --------------------------------------------------------------------------------