Streamline terminal output from Mac directly into the clipboard using pbcopy
.
echo "Copy this text output to clipboard on Mac" | pbcopy
On Linux use xclip
echo "Copy this text output to clipboard on Linux" | xclip
Streamline terminal output from Mac directly into the clipboard using pbcopy
.
echo "Copy this text output to clipboard on Mac" | pbcopy
On Linux use xclip
echo "Copy this text output to clipboard on Linux" | xclip