Skip to content

A quick way to use webshortcuts and autocompletion for the KDE Krunner launcher

License

Notifications You must be signed in to change notification settings

alex1701c/QuickWebShortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickWebShortcuts

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 <.

Build Instructions

Required Dependencies

Debian/Ubuntu
sudo apt install cmake extra-cmake-modules build-essential libkf5runner-dev libkf5textwidgets-dev qtdeclarative5-dev gettext libkf5notifications-dev libkf5wallet-dev libkf5kcmutils-dev
OpenSUSE
sudo zypper install cmake extra-cmake-modules libQt5Widgets5 libQt5Core5 libqt5-qtlocation-devel ki18n-devel ktextwidgets-devel kservice-devel krunner-devel gettext-tools kconfigwidgets-devel knotifications-devel kwallet-devel kcmutils-devel
Fedora
sudo dnf install cmake extra-cmake-modules kf5-ki18n-devel kf5-kservice-devel kf5-krunner-devel kf5-ktextwidgets-devel gettext kf5-knotifications-devel kf5-kwallet-devel kf5-kcmutils-devel
Arch (Manjaro)
sudo pacman -S cmake extra-cmake-modules knotifications kwallet kcmutils

Installation Method

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.

Screenshots

Simple search

Simple search

Search in private window

Search in private window

Search suggestions

Search suggestions

Direct links

Direct links demo

Configuration

Configure search engines

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.

Configure search engines

Configure suggestions

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.
Configure search suggestions

Configure history clearing

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.
Configure history clearing