pbhush is an alternative to pbcopy which marks the copied content as secret.
pbhush is an alternative to pbcopy which marks the copied content as secret.
This is a small cli utility which copies text from STDIN to the clipboard, whilst marking the content as secret. This means conforming clipboard managers, knows that they should not save the content in their history. This includes the new clipboard history feature in MacOS Tahoe.
pbhush is an alternative to pbcopy which marks the copied content as secret.
This is a small cli utility which copies text from STDIN to the clipboard, whilst marking the content as secret. This means conforming clipboard managers, knows that they should not save the content in their history. This includes the new clipboard history feature in MacOS Tahoe.
To install pbhush, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pbhush
To see what files were installed by pbhush, run:
port contents pbhush
To later upgrade pbhush, run:
sudo port selfupdate && sudo port upgrade pbhush
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.