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
@devtweakr: how about just using another command line utility instead of relying a full-featured Gnome Shell Extension with all (GUI) dependencies that implies?
A quick search yielded clipnotify which might work like this:
So, when there is a regex match of copied text it would automatically run a shell command.
Example: Whenever an URL is copied and "http.*" is found it would automatically run my script to open url in firefox
#!/bin/bash url=$(xclip -selection clipboard -o) firefox $url
Is it possible to add such feature?
I haven't yet seen any of clipboard extensions with such functionality.
The text was updated successfully, but these errors were encountered: