1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

link update

This commit is contained in:
Kelly Brazil
2019-11-28 11:51:54 -08:00
parent 2fcda6f248
commit 7d54137140

View File

@ -17,7 +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/.
For more information on the motivations for this project, please see my blog post at https://blog.kellybrazil.com/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:
```