All Projects → akermu → Krunner Pass

akermu / Krunner Pass

Licence: gpl-3.0
Integrates krunner with pass

Projects that are alternatives of or similar to Krunner Pass

secrets
Not Yet Another Password Manager written in Go using libsodium
Stars: ✭ 28 (+3.7%)
Mutual labels:  password-store
Devops Api
Golang + Beego 编写 提供开发/运维常用操作的HTTP API接口: 手机归属地查询、IP地址查询、工作日节假日判断、微信报警、钉钉报警、2步验证、密码存储、发送邮件、生成随机密码等功能
Stars: ✭ 258 (+855.56%)
Mutual labels:  password-store
Pass Import
A pass extension for importing data from most of the existing password manager.
Stars: ✭ 412 (+1425.93%)
Mutual labels:  password-store
gpgpwd
Moved to GitLab
Stars: ✭ 22 (-18.52%)
Mutual labels:  password-store
Pash
🔒 A simple password manager using GPG written in POSIX sh.
Stars: ✭ 254 (+840.74%)
Mutual labels:  password-store
Gokey
A simple vaultless password manager in Go
Stars: ✭ 305 (+1029.63%)
Mutual labels:  password-store
PassHUD
A HUD-style interface for pass on macOS
Stars: ✭ 31 (+14.81%)
Mutual labels:  password-store
Pass Otp
A pass extension for managing one-time-password (OTP) tokens
Stars: ✭ 670 (+2381.48%)
Mutual labels:  password-store
Pass Tomb
A pass extension that helps you to keep the whole tree of password encrypted inside a tomb.
Stars: ✭ 254 (+840.74%)
Mutual labels:  password-store
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+1329.63%)
Mutual labels:  password-store
BoringAuth
Straightforward password, passphrase, TOTP, and HOTP user authentication
Stars: ✭ 49 (+81.48%)
Mutual labels:  password-store
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (+85.19%)
Mutual labels:  password-store
Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (+1159.26%)
Mutual labels:  password-store
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (+92.59%)
Mutual labels:  password-store
Strongbox
A KeePass/Password Safe Client for iOS and OS X
Stars: ✭ 586 (+2070.37%)
Mutual labels:  password-store
password-keeper
A simple and secure Password Management System made completely in Python.
Stars: ✭ 26 (-3.7%)
Mutual labels:  password-store
Buttercup Mobile
📱 React-Native mobile application for Buttercup
Stars: ✭ 297 (+1000%)
Mutual labels:  password-store
Passff
zx2c4 pass manager extension for Firefox, Chrome and Opera
Stars: ✭ 937 (+3370.37%)
Mutual labels:  password-store
Authpass
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
Stars: ✭ 591 (+2088.89%)
Mutual labels:  password-store
Spicypass
A light-weight password manager with a focus on simplicity and security
Stars: ✭ 367 (+1259.26%)
Mutual labels:  password-store

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

For debian (>=9) you will need the following build dependencies:

apt-get install build-essential cmake extra-cmake-modules gettext \
  qtdeclarative5-dev \
  libkf5i18n-dev \
  libkf5service-dev \
  libkf5runner-dev \
  libkf5textwidgets-dev \
  libkf5notifications-dev \
  libkf5kcmutils-dev

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

For Fedora (>=23) you will need the following build dependencies:

dnf install @development-tools cmake extra-cmake-modules gettext \
   qt5-qtdeclarative-devel \
   kf5-ki18n-devel \
   kf5-kservice-devel \
   kf5-krunner-devel \
   kf5-ktextwidgets-devel \
   kf5-knotifications-devel \
   kf5-kconfigwidgets-devel \

mkdir -p build
cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DKDE_INSTALL_QTPLUGINDIR=`kf5-config --qt-plugins`
make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].