diff --git a/docs/readme.md b/docs/readme.md index c5d7401d..bef6690f 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -6,6 +6,8 @@ JC - JSON CLI output utility This package serializes the output of many standard unix command line tools to JSON format. +For documentation on each parser, see https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers. + CLI Example: $ ls -l /usr/bin | jc --ls -p diff --git a/jc/__init__.py b/jc/__init__.py index 3cf773f8..e6393385 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -4,6 +4,8 @@ This package serializes the output of many standard unix command line tools to JSON format. +For documentation on each parser, see https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers. + CLI Example: $ ls -l /usr/bin | jc --ls -p