shithub: gj

Download patch

ref: ef13692c53a10809b1f4394b1eba911ef9543406
parent: d26dc323c121e512b3c9b71c6c6bb98ffa27348a
author: phil9 <telephil9@gmail.com>
date: Wed Sep 29 03:19:32 EDT 2021

add README

--- /dev/null
+++ b/README
@@ -1,0 +1,17 @@
+gj - greppable json
+====================
+gj is a tool inspired by gron that spits out json in a greppable format.
+
+Installation:
+-------------
+% mk && mk install
+
+Usage:
+------
+gj can be used in a pipe or with a filename as an argument:
+% cat foo.json |gj
+% gj foo.json
+
+License:
+--------
+MIT