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

doc update

This commit is contained in:
Kelly Brazil
2024-01-04 10:42:23 -08:00
parent c2b2e81a2b
commit 7609af28b3
6 changed files with 14 additions and 6 deletions

View File

@ -130,4 +130,6 @@ Compatibility: linux, darwin, aix, freebsd
Source: [`jc/parsers/id.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/id.py)
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)
This parser can be used with the `--slurp` command-line option.
Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -65,4 +65,6 @@ Compatibility: linux
Source: [`jc/parsers/os_prober.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/os_prober.py)
Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)
This parser can be used with the `--slurp` command-line option.
Version 1.2 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -72,4 +72,6 @@ Compatibility: linux, darwin, freebsd
Source: [`jc/parsers/uname.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/uname.py)
Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com)
This parser can be used with the `--slurp` command-line option.
Version 1.8 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -90,4 +90,6 @@ Compatibility: linux, darwin, cygwin, aix, freebsd
Source: [`jc/parsers/uptime.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/uptime.py)
Version 1.7 by Kelly Brazil (kellyjonbrazil@gmail.com)
This parser can be used with the `--slurp` command-line option.
Version 1.8 by Kelly Brazil (kellyjonbrazil@gmail.com)

View File

@ -106,7 +106,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.6'
version = '1.7'
description = '`id` command parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'

View File

@ -1,4 +1,4 @@
.TH jc 1 2024-01-03 1.24.1 "JSON Convert"
.TH jc 1 2024-01-04 1.24.1 "JSON Convert"
.SH NAME
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
and strings