stumpwm.stumpwm-contrib/util/swm-ykman/package.lisp
Kirill A. Korinsky d437c0a0ba
Yubikey OATH TOTP manager for StumpWM
This is a small module which allows to get TOTP code from yubikey and
add a new one via capture QR code.
2026-01-07 21:05:25 +01:00

6 lines
110 B
Common Lisp

;;;; package.lisp
(defpackage #:swm-ykman
(:use #:cl #:stumpwm)
(:export #:*swm-ykman-xclip-selection*))