1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

update parser descriptions with backticks surrounding command names

This commit is contained in:
Kelly Brazil
2021-04-04 20:52:34 -07:00
parent 6201fb346a
commit e4781d60ce
65 changed files with 188 additions and 189 deletions

124
README.md
View File

@ -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

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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']

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

126
man/jc.1
View File

@ -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 <device> 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