KingDownloads

Clipboard version history

10 releases tracked, newest first.

0.10.0

Nov 17, 2024
- Added Script action for custom clipboard scripts and fully custom RGB theming - Added range support to Clear and optimized directory size calculations - Fixed History date display bug and Cut behavior on Windows/macOS - Bumped minimum CMake version to 3.20 and improved enum formatting

8 downloads

0.9.1

Oct 6, 2024
# :scroll: Summary The Clipboard Project is an advanced clipboard manager for the terminal. No other one exists with features like an unlimited history, unlimited clipboards, and user friendliness all while being in the command line! 0.9.1 includes various fixes and improvements, plus a new "secret ignore" feature that lets you securely ignore secrets like passwords without storing them directly. # :sparkles: New - Added "secret ignore". Securely ignore secrets by doing `cb ignore --secret my_secret1`, and CB will save `my_secret1`'s hash and compare all future copied content to it. If it matches, CB will not save what you copied. Clear the secret ignore rules with `cb ignore --secret ""`, but be warned that this is irreversible! # :screwdriver: Fixed - Fixed unicode escaping in JSON - Don't remove cut files if you have cancelled pasting them - Handle the case where argv[0] doesn't exist (this happens on OpenBSD) - Handle more cases where the clipboard lock file needs to be deleted # :control_knobs: Changed - OpenSSL added as a required library # :crystal_ball: Looking ahead The next release is likely 0.10.0 which will include the new `script` act

8 downloads

0.9.0.1

Dec 17, 2023
![CBBannerRelease9 0](https://github.com/Slackadays/Clipboard/assets/69403549/ea7dbe84-b403-4141-8d2e-46ba659f6903) The Clipboard Project is an advanced clipboard manager for the terminal. No other one exists with features like an unlimited history, unlimited clipboards, and user friendliness all while being in the command line! # Summary Fixed a nasty bug on Linux, improved UX, and added a way to see your CB configuration! # New - Faster building on systems with large core counts - Added es_DO (Dominican Spanish) locale. This is currently identical to es_CO (Colombian Spanish) - Added Config action - Added SPDX license identifiers to clearly state what license CB uses # Fixed - Fixed string length check in color formatting - Fixed background process detection on Linux - Fix a potential case where the output doesn't resize correctly # Changed - :rotating_light: **Breaking:** :rotating_light: Adhere to XDG specifications for persistent clipboards This changes the default location of all persistent clipboards from `$HOME/.clipboard` to `$HOME/.local/state/clipboard`. To move your existing persistent clipboards to this new location, all you need to d

8 downloads

0.8.3

Oct 2, 2023
# Summary Just a hotfix for macOS Sonoma and a couple UX improvements. # New - Control characters such as newlines and feed returns now show up as their string representations in a dark font # Fixed - Fixed macOS Sonoma not finding the `<algorithm>` header - Fixed async clipboard not updating to match new entries (todo: make this faster because this will be super slow for large clipboards)

8 downloads

0.8.2

Oct 1, 2023
![CBBannerRelease8 2](https://github.com/Slackadays/Clipboard/assets/69403549/9c10bc42-25bf-47ff-b21a-2cd0e0f09ddd) # About The Clipboard Project is an advanced clipboard manager for the terminal. No other clipboard manager exists with features like an unlimited history, unlimited clipboards, and user friendliness all while being in the terminal! # Summary These are some nice optimizations and fixes to keep CB high quality. :) # New - Added async X11/Wayland clipboard compat! This allows you to copy multiple items without running CB each time. This feature works by creating a CB daemon that checks the X11/Wayland clipboard every two seconds and updates the internal clipboard if it detects a change. - Optimized file reading - Optimized color replacement to be 3x faster! - Complain about a missing action if the chosen combination isn't available - Added `NO_ALSA` compile option for CMake - Optimized History action by performing tasks while waiting for threads to complete - Optimized MIME and file extension inference - Optimized History action AGAIN by caching color formatting - Check that the clipboard name is compatible with the host filesystem - Added zsh c

8 downloads

0.8.1

Jul 8, 2023
![CBBannerRelease8 1](https://github.com/Slackadays/Clipboard/assets/69403549/8ed48a6b-143d-48c9-9680-e8c1722ea7ec) The Clipboard Project is an advanced clipboard manager made for the terminal. It offers many useful features like unlimited history, a user friendly design, and a JSON API. That's why we like to say it's your new second brain! # In 3 Sentences Added tons of little features and user experience improvements, as well as some huge optimizations! There's also a few bug fixes to help keep Clipboard as high quality as ever. Like always, only the latest version is supported, so don't hesitate to upgrade to this one. # New - Improved Flatpak builds - Added full paths to Status and History JSON actions so that you can select them in dmenu scripts - Prioritized Wayland clipboard writing over X11 - Optimized external clipboard syncing for Status - Added regex support for piping into Paste - Added automatic filesystem syncing on exit - Added fancy schmancy sound effects when completing after losing focus or upon an error (currently Linux only) https://github.com/Slackadays/Clipboard/assets/69403549/b6906820-0c4c-4103-b055-6858bc6238b5 - Added `CLIPBOARD

8 downloads

0.8.0

Jun 3, 2023
![238156514-579de53e-c96a-4742-914d-17d1b6ce19f9](https://github.com/Slackadays/Clipboard/assets/69403549/92d0cacc-9258-484d-a1a5-7a148d58bce6) # New - Basically UNLIMITED clipboard history! :rocket:🤩 You can't say that about [CopyQ](https://github.com/hluk/CopyQ/issues/510), [Maccy](https://github.com/p0deje/Maccy/issues/310), [Flycut](https://github.com/TermiT/Flycut/issues/259), [Clipboard Indicator](https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/issues/222), [GPaste](https://github.com/Keruspe/GPaste/issues/155), [Alfred](https://www.alfredforum.com/topic/10969-keep-clipboard-history-forever), [clipster](https://github.com/mrichar1/clipster/issues/25), [Raycast non-Pro](https://www.raycast.com/pro), [Clipboard Manager Electron](https://github.com/dotenorio/clipboard-manager-electron/issues/22), [Clipped](https://github.com/davidmhewitt/clipped/issues/66), [Parcellite](https://sourceforge.net/p/parcellite/git/ci/master/tree/src/preferences.c#l24), [Budgie Clipboard](https://github.com/prateekmedia/budgie-clipboard-applet/blob/b97b67de24ab98b66afa677241de08e514946ead/src/ClipboardManagerApplet.vala#L163), [Clipboard Master](https://www.clipboardmaster.com

8 downloads

0.7.1

May 10, 2023
![CBBannerRelease71](https://user-images.githubusercontent.com/69403549/236364306-db72dfc9-b824-49c5-a049-e6e71b2b0a15.png) # One more thing about xclip X11 is [now actually deprecated](https://access.redhat.com/documentation/pt-br/red_hat_enterprise_linux/9/html/9.0_release_notes/deprecated_functionality) by RedHat, so now xclip is deprecated for real. :) # New - Added Import and Ignore actions - Improved the Export action - Added a new and improved eye candy border to Status action ![Screenshot from 2023-05-05 13-06-08](https://user-images.githubusercontent.com/69403549/236521759-294838ec-6348-4b96-b9a7-48eb7b3ed82e.png) - Improved Status UX by not limiting it to terminal height - Added JSON output to Status - Added a C++20 implementation of last write time for Info for Windows - Cut down write() syscalls down majorly in the Status action - Added package managers to install scripts - Made tests in the test suite easier to discern - Added Wayland tests # Fixed - Fixed the eye candy box headers creating an almost infinite loop if provided a clipboard name longer than the width of the screen - Escape quotes in the user-generated Note section of Info JSON

10 downloads

0.7.0

May 3, 2023
![CBBannerRelease7](https://user-images.githubusercontent.com/69403549/235973594-09698d5a-b130-4de3-a439-6f40d2c263b9.png) # 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

10 downloads

0.6.0

Apr 8, 2023
### 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 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 `_

10 downloads