Basically csearch will help you search whatever you have on your clipboard using the keyboard shortcut you want.
wget https://raw.githubusercontent.com/crowded-geek/csearch/master/setup.sh
chmod +x setup.sh
sudo ./setup.sh
- Go to keyboard shortcuts in your settings
- Add a new keyboard shortcut with following details:
Name: <whatever you like> Command: /usr/bin/python3 /usr/local/bin/csearch/copysearch.py Shortcut: <whatever you like> or Alt+s
Name: <whatever you like> Command: /usr/bin/python3 /usr/local/bin/csearch/copysearch.py ddg Shortcut: <whatever you like> or Alt+s
It needs to create it's folder in
/usr/local/bin
to install itself.