pbcopyplus
is a pbcopy
clone with support for identifying and handling transient or special data on the clipboard.
$ pbcopyplus --help
Usage: pbcopyplus [options]
Options:
--transient Marks content as transient.
--concealed Marks content as confidential.
--autogenerated Marks content as auto-generated.
--source <bundle_id> Marks content with the specified source application.
--help Display help information.
Examples:
shuf -i 1-25 | pbcopyplus --autogenerated
pbcopyplus < /etc/hosts
Universal Identifiers:
transient: org.nspasteboard.TransientType
concealed: org.nspasteboard.ConcealedType
autogenerated: org.nspasteboard.AutoGeneratedType
source: org.nspasteboard.source(<bundle_id>)
See more http://nspasteboard.org
To build, use make
command. To install just copy pbcopyplus to your ../bin/