mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #371] Search Capability #219
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#219
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 @jaredvivints on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/371
I love this utility. I use it all the time. I appreciate the support this receives here.
I would love to see a search feature that would allow quickly finding items within the clipboard history as you type a search. On windows, I've used DItto in the past and have loved that feature.
Just a thought. Thanks
@zzqo commented on GitHub (Sep 30, 2019):
me too
@zzqo commented on GitHub (Sep 30, 2019):
No search function is very troublesome
@qqli007 commented on GitHub (Jan 5, 2020):
clipy + search = perfect
@akoidan commented on GitHub (Jan 26, 2020):
Me too, let's give this a thumb up, maybe we'll find this in the future...
@protiumx commented on GitHub (Feb 17, 2020):
+1
search + pin = super perfection haha
@luszczynski commented on GitHub (Mar 12, 2020):
+1
@LeandroJan commented on GitHub (Mar 15, 2020):
+1
@ggianini commented on GitHub (Mar 17, 2020):
+1
Would help me a lot!
@CrisVM commented on GitHub (Apr 3, 2020):
+1
It would be really great to have this feature!
@imornar commented on GitHub (Aug 18, 2020):
+1 this would be huge step forward
@harryzjm commented on GitHub (Oct 24, 2020):
I had added this function, anyone who wanted to have a try, please click this link github.com/harryzjm/Clipy
@FrankKair commented on GitHub (Oct 26, 2020):
+1
Any updates on this one @Econa77 ?
@zomp commented on GitHub (Oct 29, 2020):
On Linux/KDE, there is a similar tool called Klipper available by default. Search bar providing regexp search is provided there. I can provide some screenshots or live presentation if an inspiration is needed. (In other aspects I find Clipy perfect. Thanks.)
@harryzjm commented on GitHub (Oct 29, 2020):
@zomp. At first time, I split keyword with character, just like this
, I think this may be useful. Now my fork may be had some bug, I will fix it in the next few days
word -> *w*o*r*d*, but it will cause much unused items, so I changed. Current plan isword -> *word*, and also I will display like this@fernandezmoralesj commented on GitHub (Sep 28, 2023):
I guess duplicate of ye old. https://github.com/Clipy/Clipy/issues/88