mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20240126 v1.24.1
|
20240129 v1.24.1
|
||||||
- Add `kv-dup` parser for Key/Value files with duplicate keys
|
|
||||||
- TODO: Add `path-list` string parser to parse path list strings found in env variables
|
|
||||||
- Add `--slurp` functionality to wrap output from multiple lines into a single array.
|
- Add `--slurp` functionality to wrap output from multiple lines into a single array.
|
||||||
Note, this only works with single-line input parsers. (e.g. `date`, `ip-address`, `url`, etc.)
|
Note, this only works with single-line input parsers. (e.g. `date`, `ip-address`, `url`, etc.)
|
||||||
Streaming parsers are not supported. Use `jc -hhh` to find parsers compatible with the slurp option.
|
Streaming parsers are not supported. Use `jc -hhh` to find parsers compatible with the slurp option.
|
||||||
@ -13,6 +11,9 @@ jc changelog
|
|||||||
For `/proc` file magic syntax, this is a list of `/proc` filenames in order. This can help with
|
For `/proc` file magic syntax, this is a list of `/proc` filenames in order. This can help with
|
||||||
identifying which input matches to which output when using `--slurp` or when converting multiple
|
identifying which input matches to which output when using `--slurp` or when converting multiple
|
||||||
files via `/proc` file magic syntax.
|
files via `/proc` file magic syntax.
|
||||||
|
- Add `kv-dup` parser for Key/Value files with duplicate keys
|
||||||
|
- TODO: Add `path-list` string parser to parse path list strings found in env variables
|
||||||
|
- Enhance `nsd-control` parser to support more zone information
|
||||||
- Enhance `ping` and `ping-s` parsers to support the `-I` command option
|
- Enhance `ping` and `ping-s` parsers to support the `-I` command option
|
||||||
- Enhance `proc-net-tcp` parser to add opposite endian support for architectures
|
- Enhance `proc-net-tcp` parser to add opposite endian support for architectures
|
||||||
like the s390x
|
like the s390x
|
||||||
|
Reference in New Issue
Block a user