https://github.com/alex1701c/krunner-kwallet
This is a Krunner plugin which allows you to copy/show/edit/add entries from KWallet
https://github.com/alex1701c/krunner-kwallet
kde krunner linux open-source password-manager plasma5
Last synced: 9 months ago
JSON representation
This is a Krunner plugin which allows you to copy/show/edit/add entries from KWallet
- Host: GitHub
- URL: https://github.com/alex1701c/krunner-kwallet
- Owner: alex1701c
- License: gpl-3.0
- Created: 2019-12-23T07:43:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T21:33:35.000Z (over 1 year ago)
- Last Synced: 2025-07-08T04:54:22.325Z (11 months ago)
- Topics: kde, krunner, linux, open-source, password-manager, plasma5
- Language: C++
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## KWallet Runner
This plugin allows you to copy/show/add/edit passwords from KWallet.
This is a fork from https://github.com/jimtendo/kwallet-runner but has extra features added and deprecated code removed.
### Required Dependencies
Debian/Ubuntu
Plasma5:
```bash install-ubuntu-plasma5
sudo apt install git cmake extra-cmake-modules build-essential libkf5runner-dev libkf5i18n-dev libkf5kcmutils-dev libkf5notifications-dev libkf5wallet-dev libkf5dbusaddons-bin
```
Plasma6:
```bash install-ubuntu-plasma6
sudo apt install git cmake extra-cmake-modules build-essential libkf6runner-dev libkf6i18n-dev libkf6kcmutils-dev libkf6notifications-dev libkf6wallet-dev libkf6dbusaddons-bin
```
OpenSUSE
Plasma5:
```bash install-opensuse-plasma5
sudo zypper install git cmake extra-cmake-modules ki18n-devel krunner-devel kcmutils-devel knotifications-devel kwallet-devel kdbusaddons-tools libQt5Test-devel
```
Plasma6:
```bash install-opensuse-plasma6
sudo zypper install git cmake kf6-extra-cmake-modules kf6-ki18n-devel kf6-krunner-devel kf6-kcmutils-devel kf6-knotifications-devel kf6-kwallet-devel kf6-kdbusaddons-tools qt6-test-devel
```
Fedora
Plasma5:
```bash install-fedora-plasma5
sudo dnf install git cmake extra-cmake-modules kf5-ki18n-devel kf5-krunner-devel kf5-kcmutils-devel kf5-knotifications-devel kf5-kwallet-devel
```
Plasma6:
```bash install-fedora-plasma6
sudo dnf install git cmake extra-cmake-modules kf6-ki18n-devel kf6-krunner-devel kf6-kcmutils-devel kf6-knotifications-devel kf6-kwallet-devel
```
The easiest way to install is:
`curl https://raw.githubusercontent.com/alex1701c/krunner-kwallet/master/install.sh | bash`
Or you may clone the repo manually and run the script.
### Screenshots
You can search for entries and copy the password (default action),
show the password in a dialog info button(Shift+Return) or edit it.
To add a new password type kwallet-add

If the password can not be copied to the clipboard or the user selects the info action the entry is shown in a dialog

Edit normal password, other entry types have to be edited in the KWalletManager tool
