Fixed jq (Removed redundant URL)

This commit is contained in:
Shaun J. Clayton 2019-03-02 09:56:19 -05:00
parent 75a6942f75
commit cdf69b1a43
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Data Manipulation
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/).
- [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.