Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clipboard-freebsd-amd64.zip | 2023-05-03 | 185.0 kB | |
clipboard-linux-amd64.zip | 2023-05-03 | 229.8 kB | |
clipboard-linux-arm64.zip | 2023-05-03 | 176.0 kB | |
clipboard-linux-armhf.zip | 2023-05-03 | 163.9 kB | |
clipboard-linux-i386.zip | 2023-05-03 | 184.7 kB | |
clipboard-linux-ppc64el.zip | 2023-05-03 | 186.4 kB | |
clipboard-linux-riscv64.zip | 2023-05-03 | 201.7 kB | |
clipboard-linux-s390x.zip | 2023-05-03 | 184.3 kB | |
clipboard-macos-arm64-amd64.zip | 2023-05-03 | 271.3 kB | |
clipboard-netbsd-amd64.zip | 2023-05-03 | 165.9 kB | |
clipboard-openbsd-amd64.zip | 2023-05-03 | 207.0 kB | |
clipboard-openbsd-arm64.zip | 2023-05-03 | 213.8 kB | |
clipboard-windows-amd64.zip | 2023-05-03 | 218.6 kB | |
clipboard-windows-arm64.zip | 2023-05-03 | 196.9 kB | |
0.7.0.tar.gz | 2023-05-03 | 96.6 kB | |
0.7.0.zip | 2023-05-03 | 96.6 kB | |
README.md | 2023-05-03 | 2.0 kB | |
Totals: 17 Items | 3.0 MB | 0 |
see ya later, xclip!
CB 0.7.0 now matches the features that you'll find in xclip
and wl-clipboard
. So, if you've been using them until now, feel free to say adiós to those legacy tools!
New
- Strip all emojis from output with
CLIPBOARD_NOEMOJI
- Add
--no-confirmation
flag to disable confirmation messages - Show raw filepaths of all copied files by piping
cb show
- See Last Changed date of clipboards with Info (currently not available for Windows yet)
- Add file locking exception if CB is in a pipe with itself
- Works with more available GUI MIME types
- Tons of new GitHub Actions to more thoroughly test CB
- Swap clipboard contents with the Swap action
- Export clipboards with the Export action (currently in Beta state)
- Only use Wayland if X11 fails
- Specify a custom MIME type to request from GUIs by adding
--mime (mime)
- See available MIME types in Info
- Info now has a pretty border around it
- Replace a Unicode box-drawing character that is unsupported many places with a similar one that is supported everywhere
- Get info from Info in JSON format by piping it out
Fixed
- "[blank]" would sometimes show up in messages with color disabled
- CB would send text content to GUIs even if it's empty
- The progress indicator bar would sometimes stick around
- CB would offer all MIME types by default to GUIs
- CB would write to GUIs after doing Info
Changed
- All Clipboard Project invocations are now
cb
. For package maintainers, note that there is now only acb
binary instead of aclipboard
binary and acb
symlink. Additionally,libclipboardx11.so
andlibclipboardwayland.so
are nowlibcbx11.so
andlibcbwayland.so
respectively. - Clarify some parameters in Info
- Change decimal precision from 3 to 2 for better UX
- Prepend a light bulb emoji :bulb: to the beginning of help messages