←back to thread

2039 points Gadiguibou | 1 comments | | HN request time: 0s | source
Show context
ExoticPearTree ◴[] No.36492041[source]
pbcopy/pbpaste are a lifesaver when doing stuff on the command line that has a lot of output and piping is not something you can do.

networkQuality is something I really wish I knew about sooner.

replies(1): >>36492117 #
hereonout2 ◴[] No.36492117[source]
Also for things like sharing public ssh keys. Instead of "can you send me your public key" and getting something with random line breaks depending on the users text editor I just have to ask them to "cat ~/.ssh/id_rsa.pub | pbcopy".

I also alias pbcopy / pbpaste on Linux too, so useful!

replies(2): >>36492361 #>>36497313 #
1. jcotton42 ◴[] No.36497313[source]
Fwiw, `clip` on Windows does the same as `pbcopy` (there's no analog to pbpaste built in though)