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
|
||||
|
||||
Clipper to JQ to clipper, will beautify JSON.
|
||||
|
||||
```console
|
||||
pbpaste | jq | pbcopy
|
||||
```
|
||||
|
||||
Copy to clipper:
|
||||
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue