Search Criteria
Package Details: yubioath-krunner 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yubioath-krunner.git (read-only, click to copy) |
---|---|
Package Base: | yubioath-krunner |
Description: | Displays your YubiKey OATH credentials in krunner when you search for them. |
Upstream URL: | https://github.com/odensc/yubioath-krunner |
Keywords: | krunner totp two-factor yubioath |
Licenses: | LGPL |
Submitter: | odensc |
Maintainer: | odensc |
Last Packager: | odensc |
Votes: | 2 |
Popularity: | 0.000002 |
First Submitted: | 2018-08-28 17:20 (UTC) |
Last Updated: | 2024-04-04 20:20 (UTC) |
Dependencies (10)
- libnotify (libnotify-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-configargparse (python-configargparse-gitAUR)
- python-dbus
- python-fuzzywuzzy (python-thefuzz-gitAUR, python-thefuzzAUR)
- python-gobject
- python-levenshtein
- xclip (wl-clipboard-x11AUR, xclip-gitAUR)
- xdotool (xdotool-gitAUR)
- yubikey-manager
Latest Comments
odensc commented on 2019-02-06 19:06 (UTC)
@kang: Can you run:
$ which python $ pacman -Qikk python-gobject python $ python -c "import gi; print(gi.__spec__)"
kang commented on 2019-02-06 19:03 (UTC)
Traceback (most recent call last): File "/home/kang/.config/autostart-scripts/yubioath-krunner.py", line 2, in <module> from gi.repository import GLib ModuleNotFoundError: No module named 'gi'