Y
Hacker News
new
|
ask
|
show
|
jobs
by
zora_goron
1500 days ago
This small alias can clear the formatting from whatever you have copied to your clipboard on macOS (not sure what the equivalents of `pbcopy`/`pbpaste` are on other OS's):
alias noformat="pbpaste | pbcopy"