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

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Instructions

Required Dependencies on Debian/Ubuntu:
sudo apt install cmake extra-cmake-modules build-essential libkf5runner-dev libkf5textwidgets-dev qtdeclarative5-dev gettext

The easiest way to install is:
curl https://raw.githubusercontent.com/alex1701c/QuickWebShortcuts/master/install.sh | bash

Or you can do it manually:

git clone https://github.com/alex1701c/QuickWebShortcuts  
cd QuickWebShortcuts/
mkdir build
cd build
cmake -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` ..
make
sudo make install

Restart krunner to load the runner (in a terminal type: kquitapp5 krunner;kstart5 krunner )