Chris Down
Chris Down
Yeah, this is reasonable (although storage shouldn't be permanent assuming /tmp is tmpfs, but tmpfs can swap). The better way would be to just not record them at all. If...
It does this by copying the empty string to the clipboard, or storing the value prior to copy and then restoring it (again, through copying). In this case there's nothing...
Here are some ideas for `clipdel`: - Clear last entry - Clear entries in last N minutes - Clear high entropy entries (with `ent`?) - Clear all entries Now that...
ie. "things that look like passwords", which appear random/high entropy
For what it's worth, it's not really impossible to detect token-like passwords -- this is something I have actually worked on professionally :-) But yes, it's something that's only a...
`clipdel` is now in the repository, which permits removal and listing based on regexes: 72760da7a46ac570c220eb333dad40be1b5f68b7 `clipdelmenu` will be next, which just allows selecting a specific clip and will be a...
5.3.0 just went out with clipdel. :-) I'll leave this open for clipdelmenu's arrival.
(deleted spam.)
Just to update, in the devel branch there is now a way to temporarily disable clipmenu from collecting clips. For example, I run the following when selecting a clip from...
> rofi-calc works like that; a single menu with the ability to either select or delete, with Enter or Shift+Delete respectively. So, it's possible at least with rofi (I haven't...