mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2024-12-22 12:50:38 +01:00
Add Images and SVG categories and SVGO
This commit is contained in:
parent
98e3f9299e
commit
bd2857041e
12
README.md
12
README.md
@ -17,7 +17,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||||||
- [Data Manipulation](#data-manipulation)
|
- [Data Manipulation](#data-manipulation)
|
||||||
- [Directory Navigation](#directory-navigation)
|
- [Directory Navigation](#directory-navigation)
|
||||||
- [Git](#git)
|
- [Git](#git)
|
||||||
- [Gif Creation](#terminal-gif-creation)
|
- [Images](#images)
|
||||||
|
- [Gif Creation](#terminal-gif-creation)
|
||||||
- [Text Manipulation](#text-manipulation)
|
- [Text Manipulation](#text-manipulation)
|
||||||
- [Screensavers](#screensavers)
|
- [Screensavers](#screensavers)
|
||||||
- [Graphics](#graphics)
|
- [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
|
* [hub](https://github.com/github/hub) - A command-line wrapper for git that
|
||||||
makes you better at GitHub.
|
makes you better at GitHub.
|
||||||
|
|
||||||
## Gif Creation
|
## Images
|
||||||
|
|
||||||
|
### Gif Creation
|
||||||
|
|
||||||
* [gifsicle](https://github.com/kohler/gifsicle) - Create, manipulate, and optimize GIF images and animations
|
* [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
|
* [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.
|
* [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.
|
* [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
|
## 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.
|
* [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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user