From 0e4cf53b92ff951a6390a4dacf8833c272473583 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 11 Aug 2020 06:36:30 -0700 Subject: [PATCH] add parser docs link --- docs/readme.md | 2 ++ jc/__init__.py | 2 ++ 2 files changed, 4 insertions(+) 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