jq tips
This commit is contained in:
parent
d219bc47dd
commit
dd4dff02d0
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
|
Clipper to JQ to clipper, will beautify JSON.
|
||||||
|
|
||||||
|
```console
|
||||||
|
pbpaste | jq | pbcopy
|
||||||
|
```
|
||||||
|
|
||||||
Copy to clipper:
|
Copy to clipper:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue