Skip to content

pbcopyplus is a pbcopy clone with support for identifying and handling transient or special data on the clipboard.

License

Notifications You must be signed in to change notification settings

judaew/pbcopyplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbcopyplus

pbcopyplus is a pbcopy clone with support for identifying and handling transient or special data on the clipboard.

Usage

$ 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

Build & Install

To build, use make command. To install just copy pbcopyplus to your ../bin/

About

pbcopyplus is a pbcopy clone with support for identifying and handling transient or special data on the clipboard.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published