You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
msmol a468f0bebc Make the pass otp identifier an environment variable 9 years ago
.dir-locals.el Initial commit 9 years ago
.gitignore Initial commit 9 years ago
CMakeLists.txt Initial commit 9 years ago
LICENSE Initial commit 9 years ago
README.md Add README 9 years ago
install.sh Add shebang to install.sh script 9 years ago
krunner_pass.notifyrc Fix copy notification 9 years ago
pass.cpp Make the pass otp identifier an environment variable 9 years ago
pass.h Make the pass otp identifier an environment variable 9 years ago
plasma-runner-pass.desktop Initial commit 9 years ago

README.md

Krunner pass

Integrates krunner with pass.

Build and Installation

You can use the provided install.sh script to build and install the plugin.

For archlinux users there is a PKGBUILD in the AUR.

Alternatively if you just want to build the plugin:

$ mkdir -p build
$ cd build
$ cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins`
$ make