From 2fcda6f2480ae6bd5428a0147c19f9af527391b8 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 25 Nov 2019 18:34:21 -0800 Subject: [PATCH] add motivation to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f878b0e0..e5111c9e 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ $ ls -l /usr/bin | jc --ls | jq '.[] | select(.size > 50000000)' "date": "Aug 14 19:41" } ``` +For more information on the motivations for this project, please see my blog post at https://kellyjonbrazil.home.blog/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/. The `jc` parsers can also be used as python modules. In this case the output will be a python dictionary instead of JSON: ```