Fork me on GitHub
I ❤️ MamaTux!
Skip to main content

MacOSX

Command line pasting

$work, I found the need to copy the output from a command into my pasteboard. A little digging around turned up [cc lang=“bash”]pbcopy[/cc] and [cc lang=“bash”]pbpaste[/cc], which is shipped with…