mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-21 00:19:42 +02:00
formatting
This commit is contained in:
@ -5,7 +5,7 @@ jc - JSON CLI output utility `stat` command output streaming parser
|
|||||||
|
|
||||||
> This streaming parser outputs JSON Lines
|
> This streaming parser outputs JSON Lines
|
||||||
|
|
||||||
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on)
|
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on).
|
||||||
|
|
||||||
The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC.
|
The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC.
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ Schema:
|
|||||||
"unix_device": integer,
|
"unix_device": integer,
|
||||||
"rdev": integer,
|
"rdev": integer,
|
||||||
"block_size": integer,
|
"block_size": integer,
|
||||||
"unix_flags": string
|
"unix_flags": string,
|
||||||
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
|
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
|
||||||
{
|
{
|
||||||
"success": boolean, # true if successfully parsed, false if error
|
"success": boolean, # true if successfully parsed, false if error
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> This streaming parser outputs JSON Lines
|
> This streaming parser outputs JSON Lines
|
||||||
|
|
||||||
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on)
|
The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on).
|
||||||
|
|
||||||
The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC.
|
The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC.
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ Schema:
|
|||||||
"unix_device": integer,
|
"unix_device": integer,
|
||||||
"rdev": integer,
|
"rdev": integer,
|
||||||
"block_size": integer,
|
"block_size": integer,
|
||||||
"unix_flags": string
|
"unix_flags": string,
|
||||||
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
|
"_jc_meta": # This object only exists if using -qq or ignore_exceptions=True
|
||||||
{
|
{
|
||||||
"success": boolean, # true if successfully parsed, false if error
|
"success": boolean, # true if successfully parsed, false if error
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2022-01-06 1.17.6 "JSON CLI output utility"
|
.TH jc 1 2022-01-08 1.17.6 "JSON CLI output utility"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user