Added JSON subcategory to Data Manipulation (#275)

Fixed Files and Directories TOC entry.
This commit is contained in:
Jonathan Neidel 2019-03-07 11:02:54 +01:00 committed by Shaun Clayton
parent a6469fb86a
commit f54efe2dc3
1 changed files with 10 additions and 6 deletions

View File

@ -38,7 +38,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Terminal Utilities](#terminal-utilities)
- [Command Line Learning](#command-line-learning)
- [Data Manipulation](#data-manipulation)
- [and Directories](#files-and-directories)
- [JSON](#json)
- [Files and Directories](#files-and-directories)
- [File Managers](#file-managers)
- [Deleting, Copying, and Renaming](#deleting-copying-and-renaming)
- [Files](#files)
@ -116,7 +117,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [mklicense](https://github.com/cezaraugusto/mklicense) - Create a custom LICENSE file painlessly with customized info. Busy people & beginner's friendly.
- [rebound](https://github.com/shobrook/rebound) - Instantly fetch Stack Overflow results in your terminal when you get a compiler error.
- [yo](https://github.com/yeoman/yo) - CLI scaffolding tool for running Yeoman generators. There are thousands of ready to use generators and creating an own one is pretty easy.
- [vj](https://github.com/busyloop/vj) - Makes JSON human readable.
- [release-it](https://github.com/webpro/release-it) - Automate releases for Git repositories and/or npm packages. Changelog generation, GitHub/GitLab releases, etc.
- [grip](https://github.com/joeyespo/grip) - Preview markdown files with GitHub styles before committing them.
@ -283,15 +283,20 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Data Manipulation
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor.
- [underscore-cli](https://github.com/ddopson/underscore-cli) - Command-line utility-belt for hacking JSON and Javascript.
- [ramda-cli](https://github.com/raine/ramda-cli) - A CLI tool for processing data with functional pipelines.
- [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files.
- [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement).
- [fx](https://github.com/antonmedv/fx) - Command-line JSON viewer.
- [q](http://harelba.github.io/q/) - A command line tool that allows execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
- [yq](https://github.com/kislyuk/yq) - Command-line YAML processor (Uses the same syntax as jq).
### JSON
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor.
- [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement).
- [fx](https://github.com/antonmedv/fx) - Command-line JSON viewer.
- [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!
## Files and Directories
### File Managers
@ -314,7 +319,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [chokidar-cli](https://github.com/kimmobrunfeldt/chokidar-cli) - CLI to watch file system changes.
- [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin.
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files!
- [DocToc](https://github.com/thlorenz/doctoc) - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
- [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings.
- [NCDu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface.