diff --git a/README.md b/README.md index 1e8e74e3..c2882f91 100644 --- a/README.md +++ b/README.md @@ -125,72 +125,72 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio ### Parsers -- `--acpi` enables the acpi command parser -- `--airport` enables the airport -I command parser -- `--airport-s` enables the airport -s command parser -- `--arp` enables the arp command parser -- `--blkid` enables the blkid command parser -- `--cksum` enables the cksum command parser -- `--crontab` enables the crontab command and file parser -- `--crontab-u` enables the crontab file parser with user support +- `--acpi` enables the `acpi` command parser +- `--airport` enables the `airport -I` command parser +- `--airport-s` enables the `airport -s` command parser +- `--arp` enables the `arp` command parser +- `--blkid` enables the `blkid` command parser +- `--cksum` enables the `cksum` and `sum` command parser +- `--crontab` enables the `crontab` command and file parser +- `--crontab-u` enables the `crontab` file parser with user support - `--csv` enables the CSV file parser -- `--date` enables the date command parser -- `--df` enables the df command parser -- `--dig` enables the dig command parser -- `--dir` enables the dir command parser -- `--dmidecode` enables the dmidecode command parser -- `--dpkg-l` enables the dpkg -l command parser -- `--du` enables the du command parser -- `--env` enables the env command parser -- `--file` enables the file command parser -- `--free` enables the free command parser -- `--fstab` enables the fstab file parser -- `--group` enables the /etc/group file parser -- `--gshadow` enables the /etc/gshadow file parser -- `--hash` enables the hash command parser -- `--hashsum` enables the hashsum command parser (md5sum, shasum, etc.) -- `--hciconfig` enables the hciconfig command parser -- `--history` enables the history command parser -- `--hosts` enables the /etc/hosts file parser -- `--id` enables the id command parser -- `--ifconfig` enables the ifconfig command parser +- `--date` enables the `date` command parser +- `--df` enables the `df` command parser +- `--dig` enables the `dig` command parser +- `--dir` enables the `dir` command parser +- `--dmidecode` enables the `dmidecode` command parser +- `--dpkg-l` enables the `dpkg -l` command parser +- `--du` enables the `du` command parser +- `--env` enables the `env` command parser +- `--file` enables the `file` command parser +- `--free` enables the `free` command parser +- `--fstab` enables the `/etc/fstab` file parser +- `--group` enables the `/etc/group` file parser +- `--gshadow` enables the `/etc/gshadow` file parser +- `--hash` enables the `hash` command parser +- `--hashsum` enables the hashsum command parser (`md5sum`, `shasum`, etc.) +- `--hciconfig` enables the `hciconfig` command parser +- `--history` enables the `history` command parser +- `--hosts` enables the `/etc/hosts` file parser +- `--id` enables the `id` command parser +- `--ifconfig` enables the `ifconfig` command parser - `--ini` enables the INI file parser -- `--iptables` enables the iptables command parser +- `--iptables` enables the `iptables` command parser - `--iw-scan` enables the `iw dev [device] scan` command parser -- `--jobs` enables the jobs command parser +- `--jobs` enables the `jobs` command parser - `--kv` enables the Key/Value file parser -- `--last` enables the last and lastb command parser -- `--ls` enables the ls command parser -- `--lsblk` enables the lsblk command parser -- `--lsmod` enables the lsmod command parser -- `--lsof` enables the lsof command parser -- `--mount` enables the mount command parser -- `--netstat` enables the netstat command parser -- `--ntpq` enables the ntpq -p command parser -- `--passwd` enables the /etc/passwd file parser -- `--ping` enables the ping command parser -- `--pip-list` enables the pip list command parser -- `--pip-show` enables the pip show command parser -- `--ps` enables the ps command parser -- `--route` enables the route command parser -- `--shadow` enables the /etc/shadow file parser -- `--ss` enables the ss command parser -- `--stat` enables the stat command parser -- `--sysctl` enables the sysctl command parser -- `--systemctl` enables the systemctl command parser -- `--systemctl-lj` enables the systemctl list-jobs command parser -- `--systemctl-ls` enables the systemctl list-sockets command parser -- `--systemctl-luf` enables the systemctl list-unit-files command parser -- `--time` enables the /usr/bin/time command parser -- `--timedatectl` enables the timedatectl status command parser -- `--tracepath` enables the tracepath command parser -- `--traceroute` enables the traceroute command parser -- `--uname` enables the uname -a command parser -- `--upower` enables the upower command parser -- `--uptime` enables the uptime command parser -- `--w` enables the w command parser -- `--wc` enables the wc command parser -- `--who` enables the who command parser +- `--last` enables the `last` and `lastb` command parser +- `--ls` enables the `ls` command parser +- `--lsblk` enables the `lsblk` command parser +- `--lsmod` enables the `lsmod` command parser +- `--lsof` enables the `lsof` command parser +- `--mount` enables the `mount` command parser +- `--netstat` enables the `netstat` command parser +- `--ntpq` enables the `ntpq -p` command parser +- `--passwd` enables the `/etc/passwd` file parser +- `--ping` enables the `ping` and `ping6` command parser +- `--pip-list` enables the `pip list` command parser +- `--pip-show` enables the `pip show` command parser +- `--ps` enables the `ps` command parser +- `--route` enables the `route` command parser +- `--shadow` enables the `/etc/shadow` file parser +- `--ss` enables the `ss` command parser +- `--stat` enables the `stat` command parser +- `--sysctl` enables the `sysctl` command parser +- `--systemctl` enables the `systemctl` command parser +- `--systemctl-lj` enables the `systemctl list-jobs` command parser +- `--systemctl-ls` enables the `systemctl list-sockets` command parser +- `--systemctl-luf` enables the `systemctl list-unit-files` command parser +- `--time` enables the `/usr/bin/time` command parser +- `--timedatectl` enables the `timedatectl status` command parser +- `--tracepath` enables the `tracepath` and `tracepath6` command parser +- `--traceroute` enables the `traceroute` and `traceroute6` command parser +- `--uname` enables the `uname -a` command parser +- `--upower` enables the `upower` command parser +- `--uptime` enables the `uptime` command parser +- `--w` enables the `w` command parser +- `--wc` enables the `wc` command parser +- `--who` enables the `who` command parser - `--xml` enables the XML file parser - `--yaml` enables the YAML file parser diff --git a/jc/parsers/acpi.py b/jc/parsers/acpi.py index be0bbd7c..9bcfa636 100644 --- a/jc/parsers/acpi.py +++ b/jc/parsers/acpi.py @@ -192,7 +192,7 @@ import jc.utils class info(): version = '1.0' - description = 'acpi command parser' + description = '`acpi` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/airport.py b/jc/parsers/airport.py index 555234f9..f8c032e9 100644 --- a/jc/parsers/airport.py +++ b/jc/parsers/airport.py @@ -64,7 +64,7 @@ import jc.utils class info(): version = '1.1' - description = 'airport -I command parser' + description = '`airport -I` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/airport_s.py b/jc/parsers/airport_s.py index ca05c99e..09b43031 100644 --- a/jc/parsers/airport_s.py +++ b/jc/parsers/airport_s.py @@ -97,7 +97,7 @@ import jc.parsers.universal class info(): version = '1.2' - description = 'airport -s command parser' + description = '`airport -s` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/arp.py b/jc/parsers/arp.py index 8c48d85d..e52d71ca 100644 --- a/jc/parsers/arp.py +++ b/jc/parsers/arp.py @@ -107,7 +107,7 @@ import jc.parsers.universal class info(): version = '1.6' - description = 'arp command parser' + description = '`arp` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/blkid.py b/jc/parsers/blkid.py index b0a89bd4..67e2e3df 100644 --- a/jc/parsers/blkid.py +++ b/jc/parsers/blkid.py @@ -89,7 +89,7 @@ import jc.utils class info(): version = '1.2' - description = 'blkid command parser' + description = '`blkid` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/cksum.py b/jc/parsers/cksum.py index 1f555034..521b0961 100644 --- a/jc/parsers/cksum.py +++ b/jc/parsers/cksum.py @@ -48,10 +48,9 @@ import jc.utils class info(): version = '1.0' - description = 'cksum command parser' + description = '`cksum` and `sum` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' - details = 'Parses cksum and sum program output' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 78238d19..7a066f9d 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -144,7 +144,7 @@ import jc.parsers.universal class info(): version = '1.4' - description = 'crontab command and file parser' + description = '`crontab` command and file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/crontab_u.py b/jc/parsers/crontab_u.py index 0b13b59c..b52242c3 100644 --- a/jc/parsers/crontab_u.py +++ b/jc/parsers/crontab_u.py @@ -141,7 +141,7 @@ import jc.parsers.universal class info(): version = '1.5' - description = 'crontab file parser with user support' + description = '`crontab` file parser with user support' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/date.py b/jc/parsers/date.py index b8c811fa..dc165ab4 100644 --- a/jc/parsers/date.py +++ b/jc/parsers/date.py @@ -52,7 +52,7 @@ import jc.utils class info(): version = '2.0' - description = 'date command parser' + description = '`date` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/df.py b/jc/parsers/df.py index 92a038a7..86a6e6aa 100644 --- a/jc/parsers/df.py +++ b/jc/parsers/df.py @@ -83,7 +83,7 @@ import jc.parsers.universal class info(): version = '1.5' - description = 'df command parser' + description = '`df` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/dig.py b/jc/parsers/dig.py index fee1f096..a4f636aa 100644 --- a/jc/parsers/dig.py +++ b/jc/parsers/dig.py @@ -344,7 +344,7 @@ import jc.utils class info(): version = '1.6' - description = 'dig command parser' + description = '`dig` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/dir.py b/jc/parsers/dir.py index 66590516..114dec3d 100644 --- a/jc/parsers/dir.py +++ b/jc/parsers/dir.py @@ -111,7 +111,7 @@ import jc.utils class info(): version = '1.0' - description = 'dir command parser' + description = '`dir` command parser' author = 'Rasheed Elsaleh' author_email = 'rasheed@rebelliondefense.com' diff --git a/jc/parsers/dmidecode.py b/jc/parsers/dmidecode.py index f275280d..90a81c33 100644 --- a/jc/parsers/dmidecode.py +++ b/jc/parsers/dmidecode.py @@ -112,7 +112,7 @@ import jc.utils class info(): version = '1.1' - description = 'dmidecode command parser' + description = '`dmidecode` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/dpkg_l.py b/jc/parsers/dpkg_l.py index b79acb62..40b04c4f 100644 --- a/jc/parsers/dpkg_l.py +++ b/jc/parsers/dpkg_l.py @@ -120,7 +120,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'dpkg -l command parser' + description = '`dpkg -l` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/du.py b/jc/parsers/du.py index dbf36bcd..21862057 100644 --- a/jc/parsers/du.py +++ b/jc/parsers/du.py @@ -83,7 +83,7 @@ import jc.parsers.universal class info(): version = '1.2' - description = 'du command parser' + description = '`du` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/env.py b/jc/parsers/env.py index 299b1b87..e28a6d89 100644 --- a/jc/parsers/env.py +++ b/jc/parsers/env.py @@ -64,7 +64,7 @@ import jc.utils class info(): version = '1.2' - description = 'env command parser' + description = '`env` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/file.py b/jc/parsers/file.py index 743e57e8..5e8dc8c4 100644 --- a/jc/parsers/file.py +++ b/jc/parsers/file.py @@ -58,7 +58,7 @@ import jc.parsers.universal class info(): version = '1.2' - description = 'file command parser' + description = '`file` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/foo.py b/jc/parsers/foo.py index fb051638..8688ff8e 100644 --- a/jc/parsers/foo.py +++ b/jc/parsers/foo.py @@ -32,7 +32,7 @@ import jc.utils class info(): version = '1.0' - description = 'foo command parser' + description = '`foo` command parser' author = 'John Doe' author_email = 'johndoe@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/free.py b/jc/parsers/free.py index fa8a54f2..56e5a9db 100644 --- a/jc/parsers/free.py +++ b/jc/parsers/free.py @@ -63,7 +63,7 @@ import jc.parsers.universal class info(): version = '1.2' - description = 'free command parser' + description = '`free` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/fstab.py b/jc/parsers/fstab.py index 3249c461..2684d483 100644 --- a/jc/parsers/fstab.py +++ b/jc/parsers/fstab.py @@ -76,7 +76,7 @@ import jc.utils class info(): version = '1.3' - description = 'fstab file parser' + description = '`/etc/fstab` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/group.py b/jc/parsers/group.py index 6d74a243..3d9c895c 100644 --- a/jc/parsers/group.py +++ b/jc/parsers/group.py @@ -100,7 +100,7 @@ import jc.utils class info(): version = '1.1' - description = '/etc/group file parser' + description = '`/etc/group` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/gshadow.py b/jc/parsers/gshadow.py index 111cc859..3f2eb90b 100644 --- a/jc/parsers/gshadow.py +++ b/jc/parsers/gshadow.py @@ -66,7 +66,7 @@ import jc.utils class info(): version = '1.1' - description = '/etc/gshadow file parser' + description = '`/etc/gshadow` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/hash.py b/jc/parsers/hash.py index 8f97c448..730a282a 100644 --- a/jc/parsers/hash.py +++ b/jc/parsers/hash.py @@ -33,7 +33,7 @@ import jc.parsers.universal class info(): version = '1.0' - description = 'hash command parser' + description = '`hash` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/hashsum.py b/jc/parsers/hashsum.py index bc0f0366..159cda90 100644 --- a/jc/parsers/hashsum.py +++ b/jc/parsers/hashsum.py @@ -63,7 +63,7 @@ import jc.utils class info(): version = '1.0' - description = 'hashsum command parser (md5sum, shasum, etc.)' + description = 'hashsum command parser (`md5sum`, `shasum`, etc.)' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Parses MD5 and SHA hash program output' diff --git a/jc/parsers/hciconfig.py b/jc/parsers/hciconfig.py index d70cfed4..dccd3f27 100644 --- a/jc/parsers/hciconfig.py +++ b/jc/parsers/hciconfig.py @@ -270,7 +270,7 @@ import jc.utils class info(): version = '1.0' - description = 'hciconfig command parser' + description = '`hciconfig` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/history.py b/jc/parsers/history.py index 5e832c7f..e10a4488 100644 --- a/jc/parsers/history.py +++ b/jc/parsers/history.py @@ -52,7 +52,7 @@ import jc.utils class info(): version = '1.3' - description = 'history command parser' + description = '`history` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Optimizations by https://github.com/philippeitis' diff --git a/jc/parsers/hosts.py b/jc/parsers/hosts.py index 8a8cbdda..81fca8b0 100644 --- a/jc/parsers/hosts.py +++ b/jc/parsers/hosts.py @@ -67,7 +67,7 @@ import jc.utils class info(): version = '1.2' - description = '/etc/hosts file parser' + description = '`/etc/hosts` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/id.py b/jc/parsers/id.py index d43b1114..ab160f52 100644 --- a/jc/parsers/id.py +++ b/jc/parsers/id.py @@ -80,7 +80,7 @@ import jc.utils class info(): version = '1.1' - description = 'id command parser' + description = '`id` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/ifconfig.py b/jc/parsers/ifconfig.py index 6bff4aea..09a60210 100644 --- a/jc/parsers/ifconfig.py +++ b/jc/parsers/ifconfig.py @@ -157,7 +157,7 @@ import jc.utils class info(): version = '1.8' - description = 'ifconfig command parser' + description = '`ifconfig` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Using ifconfig-parser from https://github.com/KnightWhoSayNi/ifconfig-parser' diff --git a/jc/parsers/iptables.py b/jc/parsers/iptables.py index 78c2faa8..2b484797 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -144,7 +144,7 @@ import jc.utils class info(): version = '1.4' - description = 'iptables command parser' + description = '`iptables` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/jobs.py b/jc/parsers/jobs.py index 33e2acdd..e277f46e 100644 --- a/jc/parsers/jobs.py +++ b/jc/parsers/jobs.py @@ -87,7 +87,7 @@ import jc.utils class info(): version = '1.2' - description = 'jobs command parser' + description = '`jobs` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/last.py b/jc/parsers/last.py index 4d6d87ba..ac66c653 100644 --- a/jc/parsers/last.py +++ b/jc/parsers/last.py @@ -92,7 +92,7 @@ import jc.utils class info(): version = '1.5' - description = 'last and lastb command parser' + description = '`last` and `lastb` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Enhancements by https://github.com/zerolagtime' diff --git a/jc/parsers/ls.py b/jc/parsers/ls.py index 45e429fe..425a7361 100644 --- a/jc/parsers/ls.py +++ b/jc/parsers/ls.py @@ -158,7 +158,7 @@ import jc.utils class info(): version = '1.7' - description = 'ls command parser' + description = '`ls` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/lsblk.py b/jc/parsers/lsblk.py index 0ef58a4f..1bebb1f0 100644 --- a/jc/parsers/lsblk.py +++ b/jc/parsers/lsblk.py @@ -226,7 +226,7 @@ import jc.parsers.universal class info(): version = '1.5' - description = 'lsblk command parser' + description = '`lsblk` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/lsmod.py b/jc/parsers/lsmod.py index 386f87be..5669971d 100644 --- a/jc/parsers/lsmod.py +++ b/jc/parsers/lsmod.py @@ -117,7 +117,7 @@ import jc.parsers.universal class info(): version = '1.3' - description = 'lsmod command parser' + description = '`lsmod` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/lsof.py b/jc/parsers/lsof.py index 70eebfd3..f360a47c 100644 --- a/jc/parsers/lsof.py +++ b/jc/parsers/lsof.py @@ -107,7 +107,7 @@ import jc.parsers.universal class info(): version = '1.2' - description = 'lsof command parser' + description = '`lsof` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/mount.py b/jc/parsers/mount.py index 1a7ca79e..ee11f075 100644 --- a/jc/parsers/mount.py +++ b/jc/parsers/mount.py @@ -66,7 +66,7 @@ import jc.utils class info(): version = '1.5' - description = 'mount command parser' + description = '`mount` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/netstat.py b/jc/parsers/netstat.py index a1a117b1..51d2ed25 100644 --- a/jc/parsers/netstat.py +++ b/jc/parsers/netstat.py @@ -256,7 +256,7 @@ Examples: class info(): version = '1.8' - description = 'netstat command parser' + description = '`netstat` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/ntpq.py b/jc/parsers/ntpq.py index c614f32a..50091c20 100644 --- a/jc/parsers/ntpq.py +++ b/jc/parsers/ntpq.py @@ -193,7 +193,7 @@ import jc.parsers.universal class info(): version = '1.3' - description = 'ntpq -p command parser' + description = '`ntpq -p` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/passwd.py b/jc/parsers/passwd.py index b38d77b9..9ebe3130 100644 --- a/jc/parsers/passwd.py +++ b/jc/parsers/passwd.py @@ -84,7 +84,7 @@ import jc.utils class info(): version = '1.1' - description = '/etc/passwd file parser' + description = '`/etc/passwd` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index 4b2be341..ce8fd0a3 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -120,7 +120,7 @@ import jc.utils class info(): version = '1.2' - description = 'ping command parser' + description = '`ping` and `ping6` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/pip_list.py b/jc/parsers/pip_list.py index 29fdbb75..273f4aee 100644 --- a/jc/parsers/pip_list.py +++ b/jc/parsers/pip_list.py @@ -42,7 +42,7 @@ import jc.parsers.universal class info(): version = '1.3' - description = 'pip list command parser' + description = '`pip list` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/pip_show.py b/jc/parsers/pip_show.py index f277025c..8e0949cc 100644 --- a/jc/parsers/pip_show.py +++ b/jc/parsers/pip_show.py @@ -52,7 +52,7 @@ import jc.utils class info(): version = '1.1' - description = 'pip show command parser' + description = '`pip show` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/ps.py b/jc/parsers/ps.py index 4e8efc4d..b6cb82fd 100644 --- a/jc/parsers/ps.py +++ b/jc/parsers/ps.py @@ -187,7 +187,7 @@ import jc.parsers.universal class info(): version = '1.3' - description = 'ps command parser' + description = '`ps` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/route.py b/jc/parsers/route.py index 3f496ecc..5cf59bb5 100644 --- a/jc/parsers/route.py +++ b/jc/parsers/route.py @@ -94,7 +94,7 @@ import jc.parsers.universal class info(): version = '1.4' - description = 'route command parser' + description = '`route` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/shadow.py b/jc/parsers/shadow.py index cd066038..06a69276 100644 --- a/jc/parsers/shadow.py +++ b/jc/parsers/shadow.py @@ -90,7 +90,7 @@ import jc.utils class info(): version = '1.1' - description = '/etc/shadow file parser' + description = '`/etc/shadow` file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/ss.py b/jc/parsers/ss.py index 26b42bbd..a4eece7f 100644 --- a/jc/parsers/ss.py +++ b/jc/parsers/ss.py @@ -261,7 +261,7 @@ import jc.utils class info(): version = '1.2' - description = 'ss command parser' + description = '`ss` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/stat.py b/jc/parsers/stat.py index b92058a3..df2f684c 100644 --- a/jc/parsers/stat.py +++ b/jc/parsers/stat.py @@ -135,7 +135,7 @@ import jc.utils class info(): version = '1.6' - description = 'stat command parser' + description = '`stat` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/sysctl.py b/jc/parsers/sysctl.py index c42283af..7095b42e 100644 --- a/jc/parsers/sysctl.py +++ b/jc/parsers/sysctl.py @@ -50,7 +50,7 @@ import jc.utils class info(): version = '1.0' - description = 'sysctl command parser' + description = '`sysctl` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/systemctl.py b/jc/parsers/systemctl.py index fc4ecca4..c91b34d1 100644 --- a/jc/parsers/systemctl.py +++ b/jc/parsers/systemctl.py @@ -50,7 +50,7 @@ import jc.utils class info(): version = '1.3' - description = 'systemctl command parser' + description = '`systemctl` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl_lj.py b/jc/parsers/systemctl_lj.py index 2e71604a..4e3d9da0 100644 --- a/jc/parsers/systemctl_lj.py +++ b/jc/parsers/systemctl_lj.py @@ -69,7 +69,7 @@ import jc.utils class info(): version = '1.3' - description = 'systemctl list-jobs command parser' + description = '`systemctl list-jobs` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index 9e089f76..74fe5a28 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -44,7 +44,7 @@ import jc.utils class info(): version = '1.3' - description = 'systemctl list-sockets command parser' + description = '`systemctl list-sockets` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/systemctl_luf.py b/jc/parsers/systemctl_luf.py index 255b6244..cb671f96 100644 --- a/jc/parsers/systemctl_luf.py +++ b/jc/parsers/systemctl_luf.py @@ -41,7 +41,7 @@ import jc.utils class info(): version = '1.3' - description = 'systemctl list-unit-files command parser' + description = '`systemctl list-unit-files` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/time.py b/jc/parsers/time.py index 23f22c0b..6d88378f 100644 --- a/jc/parsers/time.py +++ b/jc/parsers/time.py @@ -85,7 +85,7 @@ import jc.utils class info(): version = '1.0' - description = '/usr/bin/time command parser' + description = '`/usr/bin/time` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/timedatectl.py b/jc/parsers/timedatectl.py index 4f13aa64..c7574a54 100644 --- a/jc/parsers/timedatectl.py +++ b/jc/parsers/timedatectl.py @@ -51,7 +51,7 @@ import jc.utils class info(): version = '1.2' - description = 'timedatectl status command parser' + description = '`timedatectl status` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/tracepath.py b/jc/parsers/tracepath.py index 8083c67c..4353ad52 100644 --- a/jc/parsers/tracepath.py +++ b/jc/parsers/tracepath.py @@ -118,7 +118,7 @@ import jc.utils class info(): version = '1.0' - description = 'tracepath command parser' + description = '`tracepath` and `tracepath6` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/traceroute.py b/jc/parsers/traceroute.py index a174153b..cbdf0a93 100644 --- a/jc/parsers/traceroute.py +++ b/jc/parsers/traceroute.py @@ -102,7 +102,7 @@ import jc.utils class info(): version = '1.1' - description = 'traceroute command parser' + description = '`traceroute` and `traceroute6` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Using the trparse library by Luis Benitez at https://github.com/lbenitez000/trparse' diff --git a/jc/parsers/uname.py b/jc/parsers/uname.py index b300ea37..587cc09a 100644 --- a/jc/parsers/uname.py +++ b/jc/parsers/uname.py @@ -38,7 +38,7 @@ import jc.utils class info(): version = '1.4' - description = 'uname -a command parser' + description = '`uname -a` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/upower.py b/jc/parsers/upower.py index 9cad95c0..adeac2ab 100644 --- a/jc/parsers/upower.py +++ b/jc/parsers/upower.py @@ -136,7 +136,7 @@ import jc.utils class info(): version = '1.0' - description = 'upower command parser' + description = '`upower` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/jc/parsers/uptime.py b/jc/parsers/uptime.py index 31e4adb6..871555bb 100644 --- a/jc/parsers/uptime.py +++ b/jc/parsers/uptime.py @@ -51,7 +51,7 @@ import jc.utils class info(): version = '1.3' - description = 'uptime command parser' + description = '`uptime` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/w.py b/jc/parsers/w.py index 7f554fd8..a0386bd0 100644 --- a/jc/parsers/w.py +++ b/jc/parsers/w.py @@ -93,7 +93,7 @@ import jc.utils class info(): version = '1.3' - description = 'w command parser' + description = '`w` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/wc.py b/jc/parsers/wc.py index afa395bb..aeb368b8 100644 --- a/jc/parsers/wc.py +++ b/jc/parsers/wc.py @@ -47,7 +47,7 @@ import jc.utils class info(): version = '1.0' - description = 'wc command parser' + description = '`wc` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/who.py b/jc/parsers/who.py index a27d9ef7..455c90c5 100644 --- a/jc/parsers/who.py +++ b/jc/parsers/who.py @@ -120,7 +120,7 @@ import jc.utils class info(): version = '1.2' - description = 'who command parser' + description = '`who` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # details = 'enter any other details here' diff --git a/man/jc.1 b/man/jc.1 index ff165923..7875183c 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -20,42 +20,42 @@ Parsers: .TP .B \fB--acpi\fP -acpi command parser +`acpi` command parser .TP .B \fB--airport\fP -airport -I command parser +`airport -I` command parser .TP .B \fB--airport-s\fP -airport -s command parser +`airport -s` command parser .TP .B \fB--arp\fP -arp command parser +`arp` command parser .TP .B \fB--blkid\fP -blkid command parser +`blkid` command parser .TP .B \fB--cksum\fP -cksum command parser +`cksum` and `sum` command parser .TP .B \fB--crontab\fP -crontab command and file parser +`crontab` command and file parser .TP .B \fB--crontab-u\fP -crontab file parser with user support +`crontab` file parser with user support .TP .B @@ -65,102 +65,102 @@ CSV file parser .TP .B \fB--date\fP -date command parser +`date` command parser .TP .B \fB--df\fP -df command parser +`df` command parser .TP .B \fB--dig\fP -dig command parser +`dig` command parser .TP .B \fB--dir\fP -dir command parser +`dir` command parser .TP .B \fB--dmidecode\fP -dmidecode command parser +`dmidecode` command parser .TP .B \fB--dpkg-l\fP -dpkg -l command parser +`dpkg -l` command parser .TP .B \fB--du\fP -du command parser +`du` command parser .TP .B \fB--env\fP -env command parser +`env` command parser .TP .B \fB--file\fP -file command parser +`file` command parser .TP .B \fB--free\fP -free command parser +`free` command parser .TP .B \fB--fstab\fP -fstab file parser +`/etc/fstab` file parser .TP .B \fB--group\fP -/etc/group file parser +`/etc/group` file parser .TP .B \fB--gshadow\fP -/etc/gshadow file parser +`/etc/gshadow` file parser .TP .B \fB--hash\fP -hash command parser +`hash` command parser .TP .B \fB--hashsum\fP -hashsum command parser (md5sum, shasum, etc.) +hashsum command parser (`md5sum`, `shasum`, etc.) .TP .B \fB--hciconfig\fP -hciconfig command parser +`hciconfig` command parser .TP .B \fB--history\fP -history command parser +`history` command parser .TP .B \fB--hosts\fP -/etc/hosts file parser +`/etc/hosts` file parser .TP .B \fB--id\fP -id command parser +`id` command parser .TP .B \fB--ifconfig\fP -ifconfig command parser +`ifconfig` command parser .TP .B @@ -170,17 +170,17 @@ INI file parser .TP .B \fB--iptables\fP -iptables command parser +`iptables` command parser .TP .B \fB--iw-scan\fP -iw dev scan command parser +`iw dev [device] scan` command parser .TP .B \fB--jobs\fP -jobs command parser +`jobs` command parser .TP .B @@ -190,162 +190,162 @@ Key/Value file parser .TP .B \fB--last\fP -last and lastb command parser +`last` and `lastb` command parser .TP .B \fB--ls\fP -ls command parser +`ls` command parser .TP .B \fB--lsblk\fP -lsblk command parser +`lsblk` command parser .TP .B \fB--lsmod\fP -lsmod command parser +`lsmod` command parser .TP .B \fB--lsof\fP -lsof command parser +`lsof` command parser .TP .B \fB--mount\fP -mount command parser +`mount` command parser .TP .B \fB--netstat\fP -netstat command parser +`netstat` command parser .TP .B \fB--ntpq\fP -ntpq -p command parser +`ntpq -p` command parser .TP .B \fB--passwd\fP -/etc/passwd file parser +`/etc/passwd` file parser .TP .B \fB--ping\fP -ping command parser +`ping` and `ping6` command parser .TP .B \fB--pip-list\fP -pip list command parser +`pip list` command parser .TP .B \fB--pip-show\fP -pip show command parser +`pip show` command parser .TP .B \fB--ps\fP -ps command parser +`ps` command parser .TP .B \fB--route\fP -route command parser +`route` command parser .TP .B \fB--shadow\fP -/etc/shadow file parser +`/etc/shadow` file parser .TP .B \fB--ss\fP -ss command parser +`ss` command parser .TP .B \fB--stat\fP -stat command parser +`stat` command parser .TP .B \fB--sysctl\fP -sysctl command parser +`sysctl` command parser .TP .B \fB--systemctl\fP -systemctl command parser +`systemctl` command parser .TP .B \fB--systemctl-lj\fP -systemctl list-jobs command parser +`systemctl list-jobs` command parser .TP .B \fB--systemctl-ls\fP -systemctl list-sockets command parser +`systemctl list-sockets` command parser .TP .B \fB--systemctl-luf\fP -systemctl list-unit-files command parser +`systemctl list-unit-files` command parser .TP .B \fB--time\fP -/usr/bin/time command parser +`/usr/bin/time` command parser .TP .B \fB--timedatectl\fP -timedatectl status command parser +`timedatectl status` command parser .TP .B \fB--tracepath\fP -tracepath command parser +`tracepath` and `tracepath6` command parser .TP .B \fB--traceroute\fP -traceroute command parser +`traceroute` and `traceroute6` command parser .TP .B \fB--uname\fP -uname -a command parser +`uname -a` command parser .TP .B \fB--upower\fP -upower command parser +`upower` command parser .TP .B \fB--uptime\fP -uptime command parser +`uptime` command parser .TP .B \fB--w\fP -w command parser +`w` command parser .TP .B \fB--wc\fP -wc command parser +`wc` command parser .TP .B \fB--who\fP -who command parser +`who` command parser .TP .B