1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add motivation to readme

This commit is contained in:
Kelly Brazil
2019-11-25 18:34:21 -08:00
parent 9c1b8bacf9
commit 2fcda6f248

View File

@ -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:
```