←back to thread

2039 points Gadiguibou | 1 comments | | HN request time: 0.212s | source
Show context
whalesalad ◴[] No.36492332[source]
`pbcopy | jq | pbpaste` is a very frequent command that I run to quickly format json in the clipboard.

I use pbcopy and pbpaste probably all day long and always miss it in Linux environments.

replies(3): >>36492388 #>>36493045 #>>36496472 #
1. hoherd ◴[] No.36493045[source]
Also `alias pbsort='pbpaste | sort | pbcopy'`