Move 'Text Manipulation' into 'Data Manipulation'

closes #280
This commit is contained in:
Jonathan Neidel 2019-03-07 17:48:03 +01:00
parent 8d7952731e
commit 1a6db55a30
1 changed files with 6 additions and 6 deletions

View File

@ -41,6 +41,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Command Line Learning](#command-line-learning) - [Command Line Learning](#command-line-learning)
- [Data Manipulation](#data-manipulation) - [Data Manipulation](#data-manipulation)
- [JSON](#json) - [JSON](#json)
- [Text](#text)
- [Files and Directories](#files-and-directories) - [Files and Directories](#files-and-directories)
- [File Managers](#file-managers) - [File Managers](#file-managers)
- [Deleting, Copying, and Renaming](#deleting-copying-and-renaming) - [Deleting, Copying, and Renaming](#deleting-copying-and-renaming)
@ -54,7 +55,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Gif Creation](#gif-creation) - [Gif Creation](#gif-creation)
- [Image Conversion](#image-conversion) - [Image Conversion](#image-conversion)
- [SVG](#svg) - [SVG](#svg)
- [Text Manipulation](#text-manipulation)
- [Screensavers](#screensavers) - [Screensavers](#screensavers)
- [Graphics](#graphics) - [Graphics](#graphics)
- [Just for Fun](#just-for-fun) - [Just for Fun](#just-for-fun)
@ -311,6 +311,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [vj](https://github.com/busyloop/vj) - Makes JSON human readable. - [vj](https://github.com/busyloop/vj) - Makes JSON human readable.
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files! - [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files!
### Text
- [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.
- [figlet](http://www.figlet.org/) - Creates large text out of ASCII characters.
## Files and Directories ## Files and Directories
### File Managers ### File Managers
@ -404,11 +409,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [SVGO](https://github.com/svg/svgo) - SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files. - [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.
- [figlet](http://www.figlet.org/) - Creates large text out of ASCII characters.
## Screensavers ## Screensavers
- [cmatrix](https://github.com/Treri/cmatrix) - Show a scrolling 'Matrix' like screen. - [cmatrix](https://github.com/Treri/cmatrix) - Show a scrolling 'Matrix' like screen.