Search the web whatever is in system's clipboard using Google search
Search in the web whatever is in system’s clipboard using Google as search provider.
In Ubuntu (and propably other Linux) systems you must have the xsel command line utility installed sudo apt install xsel
I had a Python - GTK3 script on my Linux systems for a long time, where I used it to search mostly text output from command line tools - servers, etc. I forgot to save it before zapping my system.
This tool is made using ES6 and Node.js which in the end compiles as static binary using the nexe tool.
Libraries used:
nexe index.js -r node_modules/clipboardy/fallbacks/linux/xsel -o gsearch
Note: the build command will download - build and bundle Node.js which may take some time to finish.