diff --git a/CHANGELOG b/CHANGELOG index 865e89e0..606b7950 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index b5cb47f3..01a96913 100644 --- a/README.md +++ b/README.md @@ -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 scan` command parser +- `--iw-scan` enables the `iw dev 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 diff --git a/man/jc.1 b/man/jc.1 index 8d92646d..d0f2e3a9 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -116,6 +116,10 @@ INI file parser iptables command parser .TP .B +\fB--iw-scan\fP +iw dev scan command parser +.TP +.B \fB--hash\fP hash BASH builtin command parser .TP