Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 529 Bytes

KrunnerSecretService

Secret Service runner for KDE Plasma Krunner in python

The program is a bridge that connects to krunner and keepassxc. It is autostarted by kde.

Usage

To use, write in krunner "pass {one or more letters}" to list matching passwords.

Install

Run install.sh to install it locally.

In KeepassXC, check in settings that "Secret Service-integration" is activated.

In Krunner, enable "Secret Service" program.

Requires

python3 with the following modules

  • secretstorage
  • dbus
  • gi (from Glib)