mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #431] [Feature Request] Selective delete of single clips from history (vs. full delete of clip history) #266
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#266
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MalEbenSo on GitHub (Dec 6, 2020).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/431
Please add a way to delete individual entries in the clipboard history.
Say that I wish to remove clip entry 3 and 8 from the history.
It seems to me that I cannot do that unless I delete the full history of clips.
I tried
Neither worked.
Thank you.
@AntonioRedondo commented on GitHub (Jul 14, 2021):
On Clipy 1.2.1 this functionality can be enabled on Preferences > Beta > Delete history, and if enabled entries can be removed from the clipboard menu if clicked with the modifier key:

However this implementation is a bit cumbersome because the menu will close after clicking the entry. It would be easier if an entry could be removed just by pressing del, as it happens in the Windows Clipboard.
@MalEbenSo commented on GitHub (Jul 30, 2021):
Both beta options work for me: "Delete history" and "Paste and delete history".
I agree with @AntonioRedondo's comment on usability enhancements. To me the issues mentioned are distinct:
delwould be more intuitive. To be precise: On MacBooksdelrequiresfn+backspace, so justbackspaceis preferredAlso:
@dannylevenson commented on GitHub (Feb 14, 2023):
I don't mind the click with modifier to delete an entry from the list. It was surprising that the menu closed after clicking, but otherwise it appears to work as expected. I would like to be able to use the delete key (without
fn) for when I'm using the keyboard to navigate the history AND to use the modified click but have it leave the refreshed menu open.@lukkolodziejczyk commented on GitHub (Oct 18, 2024):
Will join here instead of creating a new issue: I would like to use "paste and delete" feature to prevent Clipy from storing passwords I'm copying from a Bitwarden browser extension. Since it's not a standalone app I cannot add the extension on the black list.
The paste and delete feature would do the trick but the problem is that the click modifier works only on a click and does not work when i select the entry using the keyboard - which would be much more effective. Is it possible to fix this?