Add Images and SVG categories and SVGO

This commit is contained in:
Adam Harris 2015-11-10 15:12:58 -07:00
parent 98e3f9299e
commit bd2857041e
1 changed files with 10 additions and 2 deletions

View File

@ -17,7 +17,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Data Manipulation](#data-manipulation)
- [Directory Navigation](#directory-navigation)
- [Git](#git)
- [Gif Creation](#terminal-gif-creation)
- [Images](#images)
- [Gif Creation](#terminal-gif-creation)
- [Text Manipulation](#text-manipulation)
- [Screensavers](#screensavers)
- [Graphics](#graphics)
@ -121,7 +122,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
* [hub](https://github.com/github/hub) - A command-line wrapper for git that
makes you better at GitHub.
## Gif Creation
## Images
### Gif Creation
* [gifsicle](https://github.com/kohler/gifsicle) - Create, manipulate, and optimize GIF images and animations
* [ttygif](https://github.com/icholy/ttygif) - Convert terminal recordings to animated gifs
@ -129,6 +132,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
* [ttystudio](https://github.com/chjj/ttystudio) - A terminal-to-gif recorder minus the headaches.
* [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder and the best companion of asciinema.org.
## SVG
* [SVGO](https://github.com/svg/svgo)- SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.
## Text Manipulation
* [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli.