mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
formatting
This commit is contained in:
@ -714,7 +714,6 @@ dig -x 1.1.1.1 | jc --dig -p # or: jc -p dig -x 1.1.1.1
|
|||||||
dir | jc --dir -p # or: jc -p dir
|
dir | jc --dir -p # or: jc -p dir
|
||||||
```
|
```
|
||||||
```json
|
```json
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"date": "03/24/2021",
|
"date": "03/24/2021",
|
||||||
@ -2479,7 +2478,7 @@ route -ee | jc --route -p # or: jc -p route -ee
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
### rpm -qai
|
### rpm -qi
|
||||||
```bash
|
```bash
|
||||||
rpm_qia | jc --rpm_qi -p # or: jc -p rpm -qia
|
rpm_qia | jc --rpm_qi -p # or: jc -p rpm -qia
|
||||||
```
|
```
|
||||||
|
@ -10,11 +10,11 @@ The `epoch` calculated timestamp field is naive (i.e. based on the local time of
|
|||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ dir | jc --dir
|
C:> dir | jc --dir
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
$ jc dir
|
C:> jc dir
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Compatibility:
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
$ dir | jc --dir -p
|
C:> dir | jc --dir -p
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"date": "03/24/2021",
|
"date": "03/24/2021",
|
||||||
@ -68,7 +68,7 @@ Examples:
|
|||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
|
||||||
$ dir | jc --dir -p -r
|
C:> dir | jc --dir -p -r
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"date": "03/24/2021",
|
"date": "03/24/2021",
|
||||||
|
Reference in New Issue
Block a user