diff --git a/README.md b/README.md index f2046a1..7d1c4f3 100644 --- a/README.md +++ b/README.md @@ -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.