cliphist
cliphist copied to clipboard
wayland clipboard manager with support for multimedia
https://github.com/keepassxreboot/keepassxc/issues/10233#issuecomment-1913151267 Code snippet from keepassxc ```cpp mime->setData("x-kde-passwordManagerHint", QByteArrayLiteral("secret")); ```
The example for removing the id number of history items for wofi doesn't handle quotes correctly. I added a snippet that does (I hope). It's *very* cursed. I am sorry....
:robot: I have created a release \*beep\* \*boop\* --- ## [0.5.0](https://www.github.com/sentriz/cliphist/compare/v0.4.0...v0.5.0) (2023-12-12) ### Features * accept multiple input lines for `cliphist delete` ([fbc54c0](https://www.github.com/sentriz/cliphist/commit/fbc54c0fe4c930cd24eb3c70134c3c3a1b3dcd2d)), closes [#63](https://www.github.com/sentriz/cliphist/issues/63) * add support for bmp...
As a user of `bemenu` I wish to fit my width screen fully when preview history using `cliphist list` command and let bemenu truncate on its own if needed. Something...
it would be nice if there was an option to only remember words/phrases that have minimum number of characters. i can contribute this if this is not already possible
:robot: I have created a release \*beep\* \*boop\* --- ## [0.6.0](https://www.github.com/sentriz/cliphist/compare/v0.5.0...v0.6.0) (2024-06-29) ### Features * add -preview-width option to limit char width of preview ([#88](https://www.github.com/sentriz/cliphist/issues/88)) ([4714de1](https://www.github.com/sentriz/cliphist/commit/4714de1cc6c58854a42199598b5e926f1fd50e4e)) * **contrib:** resize images...
Adds `expire-duration` option seconds. `list` will not list items that are older than `now - expire-duration` `store` will remove all items that are older than `now - expire-duration` This is...
Hi! I think it's pretty useful to have a way to clear entries older that 1 hour every now and then.
This works: ``` wl-paste --watch cliphist -max-items 20 store ``` Both of these actually use `-max-items 750` (the default): ``` wl-paste --watch cliphist store -max-items 20 wl-paste --watch cliphist store...
its way slower then the normal dmenu one... why.