mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -5,7 +5,8 @@ xxxxxxxx v1.21.0
|
|||||||
- Add Syslog string parsers (RFC 3164 and RFC 5424)
|
- Add Syslog string parsers (RFC 3164 and RFC 5424)
|
||||||
- Add CEF string parser
|
- Add CEF string parser
|
||||||
- Add PLIST file parser (XML and binary support)
|
- Add PLIST file parser (XML and binary support)
|
||||||
- Add `mdadm` command parser tested on linux (IN PROGRESS)
|
- Add `-n` support to the `traceroute` parser
|
||||||
|
- Add `mdadm` command parser tested on linux
|
||||||
- Add `--time-out` or `-t` option to add a UTC timestamp to the JSON output
|
- Add `--time-out` or `-t` option to add a UTC timestamp to the JSON output
|
||||||
- Fix `lsusb` command parser for output containing a `Device Qualifier` and
|
- Fix `lsusb` command parser for output containing a `Device Qualifier` and
|
||||||
`Binary Object Store Descriptor` sections
|
`Binary Object Store Descriptor` sections
|
||||||
|
@ -17,7 +17,7 @@ and the values are converted to their respective types. Extra naive and
|
|||||||
UTC epoch timestamps are added where appropriate per the CEF specification.
|
UTC epoch timestamps are added where appropriate per the CEF specification.
|
||||||
|
|
||||||
To preserve escaping and original keynames and to prevent type conversions
|
To preserve escaping and original keynames and to prevent type conversions
|
||||||
use the `--raw` or `raw=True` option in the `parse()` function.
|
use the `--raw` CLI option or `raw=True` param in the `parse()` function.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
@ -143,4 +143,4 @@ Returns:
|
|||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux, darwin, freebsd
|
Compatibility: linux, darwin, freebsd
|
||||||
|
|
||||||
Version 1.5 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
||||||
|
@ -12,7 +12,7 @@ and the values are converted to their respective types. Extra naive and
|
|||||||
UTC epoch timestamps are added where appropriate per the CEF specification.
|
UTC epoch timestamps are added where appropriate per the CEF specification.
|
||||||
|
|
||||||
To preserve escaping and original keynames and to prevent type conversions
|
To preserve escaping and original keynames and to prevent type conversions
|
||||||
use the `--raw` or `raw=True` option in the `parse()` function.
|
use the `--raw` CLI option or `raw=True` param in the `parse()` function.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-08-19 1.21.0 "JSON Convert"
|
.TH jc 1 2022-08-20 1.21.0 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user