You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A readme chock-full of documentation and poetic writing!
๐จ clipboard is deprecated: ๐จ Please use cb instead! The old style will be removed in 0.7.0 and you'll get a warning message in the meantime.
CLIPBOARD_NOPROGRESS environment variable and -np and --no-progress flags disable progress messages
CLICOLOR can disable color and CLICOLOR_FORCE can enable it again
Byte counts are now formatted in a more user-friendly way that's also localized
The Paste and Show actions now support regex to choose what gets pasted or shown
The Info action shows detailed information for a specific clipboard
The Load action copies entire clipboard contents from one to another, enabling many potential workflows that were previously clumsy to do.
Display the used invocation in help messages
Fixed
X11 compat is now more reliable thanks to complete synchronization
Fix adding text content not working at all
Fix specifying clipboards as flags not working for persistent clipboards, for example now you can do -c _blah to specify the persistent clipboard _blah
Fix the Status action getting treated as a writing action
Fix various actions not exiting with a failure exit code upon failure
Changed
Before, CMake would make the clipboard binary and a cb symlink. Now, it makes a cb binary and a clipboard symlink. This means Clipboard will now work without changes on Haiku.
Show entire clipboard file contents with the Show action