Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clipboard-windows-amd64.zip | 2023-04-09 | 195.7 kB | |
clipboard-windows-arm64.zip | 2023-04-09 | 175.6 kB | |
clipboard-linux-amd64.zip | 2023-04-08 | 206.5 kB | |
clipboard-linux-arm64.zip | 2023-04-08 | 157.3 kB | |
clipboard-linux-armhf.zip | 2023-04-08 | 145.3 kB | |
clipboard-linux-i386.zip | 2023-04-08 | 164.1 kB | |
clipboard-linux-ppc64el.zip | 2023-04-08 | 167.1 kB | |
clipboard-linux-riscv64.zip | 2023-04-08 | 179.4 kB | |
clipboard-linux-s390x.zip | 2023-04-08 | 164.6 kB | |
clipboard-macos-arm64-amd64.zip | 2023-04-08 | 241.7 kB | |
clipboard-openbsd-amd64.zip | 2023-04-08 | 189.9 kB | |
clipboard-openbsd-arm64.zip | 2023-04-08 | 198.8 kB | |
0.6.0.tar.gz | 2023-04-08 | 96.6 kB | |
0.6.0.zip | 2023-04-08 | 96.6 kB | |
README.md | 2023-04-08 | 1.6 kB | |
Totals: 15 Items | 2.4 MB | 0 |
This is Clipboard 0.6.0, the Ridonkulous Update!
New
- A readme chock-full of documentation and poetic writing!
- :rotating_light:
clipboard
is deprecated: :rotating_light: Please usecb
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 messagesCLICOLOR
can disable color andCLICOLOR_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 acb
symlink. Now, it makes acb
binary and aclipboard
symlink. This means Clipboard will now work without changes on Haiku. - Show entire clipboard file contents with the Show action