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.
 
 
 
Lukas Fürmetz 1988a098b1 Serialize PassAction into a KconfigGroup 9 years ago
.dir-locals.el Initial commit 9 years ago
.gitignore Initial commit 9 years ago
CMakeLists.txt Leave directory structure flat 9 years ago
LICENSE Initial commit 9 years ago
README.md Clarify warning 9 years ago
config.cpp Serialize PassAction into a KconfigGroup 9 years ago
config.h Serialize PassAction into a KconfigGroup 9 years ago
config.ui Leave directory structure flat 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 Serialize PassAction into a KconfigGroup 9 years ago
pass.h Add additional actions support 9 years ago
plasma-runner-pass.desktop Add additional actions support 9 years ago
plasma-runner-pass_config.desktop Leave directory structure flat 9 years ago

README.md

Krunner pass

Integrates krunner with pass.

Use with pass-otp

To use with pass-otp, use the identifier "totp::" as a prefix in the filename or file path of the otp password file.

Alternatively, set $PASSWORD_STORE_OTP_IDENTIFIER to overwrite the identifier string. This must be set in .xprofile or similar file, before the initalization of krunner.

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