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,9 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20221227 v1.23.4
|
20221229 v1.23.4
|
||||||
- Add `iwconfig` command parser
|
- Add `iwconfig` command parser
|
||||||
- Fix `proc` parser magic signature detection for `/proc/pid/stat` hacks
|
- Fix `proc` parser magic signature detection for `/proc/pid/stat` hacks
|
||||||
|
- Fix `x509-cert` parser for string serial numbers
|
||||||
- Add category tags to parser metadata
|
- Add category tags to parser metadata
|
||||||
- Add "list parsers by category" view to help
|
- Add "list parsers by category" view to help
|
||||||
- Fix python 3.6-related issues
|
- Fix python 3.6-related issues
|
||||||
|
@ -433,4 +433,4 @@ Returns:
|
|||||||
### Parser Information
|
### Parser Information
|
||||||
Compatibility: linux, darwin, cygwin, win32, aix, freebsd
|
Compatibility: linux, darwin, cygwin, win32, aix, freebsd
|
||||||
|
|
||||||
Version 1.0 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
Version 1.1 by Kelly Brazil (kellyjonbrazil@gmail.com)
|
||||||
|
@ -413,7 +413,7 @@ from jc.parsers.asn1crypto import pem, x509
|
|||||||
|
|
||||||
class info():
|
class info():
|
||||||
"""Provides parser metadata (version, author, etc.)"""
|
"""Provides parser metadata (version, author, etc.)"""
|
||||||
version = '1.0'
|
version = '1.1'
|
||||||
description = 'X.509 PEM and DER certificate file parser'
|
description = 'X.509 PEM and DER certificate file parser'
|
||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-12-28 1.22.4 "JSON Convert"
|
.TH jc 1 2022-12-29 1.22.4 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user