Thanks to visit codestin.com
Credit goes to github.com

Skip to content

avd26/krunner-pass

 
 

Repository files navigation

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

About

Integrates krunner with pass

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.8%
  • CMake 11.9%
  • Shell 3.7%
  • Emacs Lisp 1.6%