1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-08-06 17:05:03 -07:00
parent 123de1a3ce
commit c15f7641f4
4 changed files with 6 additions and 5 deletions

View File

@ -9,6 +9,7 @@ xxxxxxxx v1.20.5
`Binary Object Store Descriptor` sections `Binary Object Store Descriptor` sections
- Change `LANG=C` to `LC_ALL=C` in locale instructions - Change `LANG=C` to `LC_ALL=C` in locale instructions
- Add `__main__.py` to package allowing `python -m jc` usage - Add `__main__.py` to package allowing `python -m jc` usage
- Add an enclosing top-level folder inside the windows.zip package
20220723 v1.20.4 20220723 v1.20.4
- Fix URL string parser path list for URLs ending in a forward slash - Fix URL string parser path list for URLs ending in a forward slash

View File

@ -12,7 +12,7 @@ The utc fields are timezone-aware, based on the UTC timezone.
Usage (cli): Usage (cli):
$ echo "2022-07-20T14:52:45Z" | jc --timestamp $ echo 1658599410 | jc --timestamp
Usage (module): Usage (module):
@ -59,7 +59,7 @@ Schema:
Examples: Examples:
$ echo '1658599410' | jc --timestamp -p $ echo 1658599410 | jc --timestamp -p
{ {
"naive": { "naive": {
"year": 2022, "year": 2022,

View File

@ -7,7 +7,7 @@ The utc fields are timezone-aware, based on the UTC timezone.
Usage (cli): Usage (cli):
$ echo "2022-07-20T14:52:45Z" | jc --timestamp $ echo 1658599410 | jc --timestamp
Usage (module): Usage (module):
@ -54,7 +54,7 @@ Schema:
Examples: Examples:
$ echo '1658599410' | jc --timestamp -p $ echo 1658599410 | jc --timestamp -p
{ {
"naive": { "naive": {
"year": 2022, "year": 2022,

View File

@ -1,4 +1,4 @@
.TH jc 1 2022-08-04 1.20.5 "JSON Convert" .TH jc 1 2022-08-06 1.20.5 "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