CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
Copies data from STDIN to the general pasteboard as UTF-8 text. Copied data is tagged with org.nspasteboard.ConcealedType to prevent it from being saved in the history of a clipboard manager, as per the spec at:
Copies data from STDIN to the general pasteboard as UTF-8 text. Copied data is tagged with org.nspasteboard.ConcealedType to prevent it from being saved in the history of a clipboard manager, as per the spec at:
To install pbsecret, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pbsecret
To see what files were installed by pbsecret, run:
port contents pbsecret
To later upgrade pbsecret, run:
sudo port selfupdate && sudo port upgrade pbsecret
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.