This plugin allows you to use search engines inside Krunner. But instead of specifying the search engine every time can set one you want to use. Additionally it provides search suggestions and direct links. These can be configured in the config dialog, by default they are disabled.
The default search engine is Google. If you type :example query
it will open your
browser with the google search results for example query
. The default options are Bing, DuckDuckGo,
Github, Google, Stackoverflow and Youtube and you can add custom ones.
Additionally you can use this plugin to open search results in private/incognito mode.
This feature gets activated by typing ::example query
.
It has been tested with Firefox, Chromium, Google Chrome and Epiphany.
But you have to manually select one of these as your default browser, otherwise Firefox is used as default.
Furthermore you can customize the letter that is used to trigger the plugin in the config,
for instance you can use !
, ?
, #
or <
.
Debian/Ubuntu
Plasma5:
sudo apt install git cmake extra-cmake-modules build-essential libkf5i18n-dev gettext libkf5runner-dev libkf5notifications-dev libkf5wallet-dev libkf5kcmutils-dev
Plasma6:
sudo apt install git cmake extra-cmake-modules build-essential libkf6i18n-dev gettext libkf6runner-dev libkf6notifications-dev libkf6wallet-dev libkf6kcmutils-dev
OpenSUSE
Plasma5:
sudo zypper install git cmake extra-cmake-modules ki18n-devel krunner-devel gettext-tools knotifications-devel kwallet-devel kcmutils-devel
Plasma6:
sudo zypper install git cmake extra-cmake-modules kf6-ki18n-devel kf6-krunner-devel gettext-tools kf6-knotifications-devel kf6-kwallet-devel kf6-kcmutils-devel
Fedora
Plasma5:
sudo dnf install git cmake extra-cmake-modules kf5-ki18n-devel gettext kf5-krunner-devel kf5-knotifications-devel kf5-kwallet-devel kf5-kcmutils-devel
Plasma6:
sudo dnf install git cmake extra-cmake-modules kf6-ki18n-devel gettext kf6-krunner-devel kf6-knotifications-devel kf6-kwallet-devel kf6-kcmutils-devel
Easy oneliner method:
curl https://raw.githubusercontent.com/alex1701c/QuickWebShortcuts/master/install.sh | bash
Alternatively, you can clone the repo and run the install.sh script
git clone https://github.com/alex1701c/QuickWebShortcuts.git
cd QuickWebShortcuts/
./install.sh
Note: KWallet is not required for building this project but without it the proxy feature for the search suggestions are disabled, if you install it after building the plugin you have to recompile it.
In this section of the config dialog you can configure the search engines.
You can add a custom search engine or you can customize the existing ones. For instance you can change the icon by clicking on the button with the current icon.
With the "Defaults" button of the config dialog (not in image) the changes to the original search engines can be undone.
With the next three checkboxes the text in the Krunner matches is configured:
- The first option adds the name of the search engine to the match text, for instance "Search Google for test".
- The second appends " in private window" / " in incognito window", for instance "::test" would show up as "Search for test in private window" (if Firefox is your default browser).
- The next one prepends "Search for" to the text. If you just want the query and optionally the private/incognito mode note to be shown this option can be unchecked.
- The last option allows you to use a different character that triggers the plugin. By default ':' is used but this might interfere with other plugins you use.
In this section you can configure the suggestions. By default these are turned of.
Both the Google and Bing suggestions provide search suggestions by using an API.
The DuckDuckGo option provides direct links to the websites.
These links are crawled from the lite edition of the DuckDuckGo website, because of that this option is not as fast as the others.
Unfortunately there is no API from DuckDuckGo available.
Additionally you can enable suggestions for private/incognito searches.
To protect your privacy you can configure a proxy.
This configuration can be tested by clicking the "Test Proxy Configuration" button.
For this the plugin is sending a request to https://ifconfig.me/ip.
Note: If your internet connection is very slow and you have search suggestions configured the plugin shows sometimes no matches, in this case you can just add a space to the query so that the match method is called again.
This plugin can remove entries form the Krunner history.
If the "Clear only Quick Web Shortcuts" option is used, entries that start with ":" will be removed.
Entries for the normal web shortcuts (for example "dd:test") will additionally be removed with the first option.