1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

doc updates

This commit is contained in:
Kelly Brazil
2021-01-05 22:12:13 -08:00
parent 79987b35f3
commit 5885b960f9
3 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,8 @@
jc changelog
20210105 v1.14.1
- Update date parser for support Ubuntu 20.04
- Add iw-scan parser tested on linux (beta)
- Update date parser for Ubuntu 20.04 support
- Update last parser for last -F support
- Update man page
- Minor documentation updates

View File

@ -145,7 +145,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio
- `--ifconfig` enables the `ifconfig` command parser
- `--ini` enables the `INI` file parser
- `--iptables` enables the `iptables` command parser
- `--iw-scan` enables the `iw dev <device> scan` command parser
- `--iw-scan` enables the `iw dev <device> scan` command parser (beta)
- `--jobs` enables the `jobs` command parser
- `--kv` enables the `Key/Value` file parser
- `--last` enables the `last` and `lastb` command parser

View File

@ -116,6 +116,10 @@ INI file parser
iptables command parser
.TP
.B
\fB--iw-scan\fP
iw dev <device> scan command parser
.TP
.B
\fB--hash\fP
hash BASH builtin command parser
.TP