You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Xfce panel plugin Clipman is where I first used this functionality, and found it very useful -- the ability to simply select or copy some text, and then have clipman pop up a small "Actions" dialog to ask what I want to do with it.
This sounds like a super cool idea, but I'll have to think on it some more. Right now, I'm leaning towards saying this should be a separate extension entirely since this feature has nothing to do with the history.
Completely understand -- this really has nothing to do with history, so I get where you're coming from there. I do hope you'll consider it, though, as I think it's a powerful feature that (AFAIK) isn't found in any other Gnome extensions. But, if you do decide that it should be another extension, I might try my hand at porting the clipman code over, and see how that goes. Thanks!
@jvonhoff you may want to look into copyq application. It can do what you need. However, it doesn't work well with wayland, that's why I stopped using it, but if you are still on x11 you may want to give it a look.
When copying some text/image, filter it through a regex to then run a bash one-liner
Xfce's Clipman
The Xfce panel plugin Clipman is where I first used this functionality, and found it very useful -- the ability to simply select or copy some text, and then have clipman pop up a small "Actions" dialog to ask what I want to do with it.
Use Case 1
https?:\/\/.*\.imdb\.com\/title\/tt([0-9]{4,})\/
(note that I'm capturing the 4+ digit IMDb identifierUse Case 2
(.*Downloads\/.*\.jpg|png|JPEG)
The text was updated successfully, but these errors were encountered: