From b656e7d2673f0df3f470dda54c436574d6f5284a Mon Sep 17 00:00:00 2001 From: Brayden Willenborg Date: Wed, 23 Oct 2019 14:16:05 -0500 Subject: [PATCH] Added jo (#333) Added the `jo` CLI app from https://github.com/jpmens/jo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8afac40..83a8b1d 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [gifgen](https://github.com/lukechilds/gifgen) - Simple high quality GIF encoding * [image-scraper](https://github.com/sananth12/ImageScraper) - A cool command line image scraper with a lot of features. * [imgp](https://github.com/jarun/imgp) - Blazing fast batch image resizer and rotator +* [jo](https://github.com/jpmens/jo) - A small utility to create JSON objects from command-line arguments. * [jq](https://github.com/stedolan/jq) - Sed for json data. You can use it to slice and filter and map and transform structured data * [korkut](https://github.com/oguzhaninan/korkut) - Quick and simple image processing at the command line. * [mpv](https://mpv.io/) - Lets you play most audio and video formats (using ASCII characters) in the shell as well as in a GUI.