diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | man/tessen.1.scd | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,7 @@ Xorg/X11 and Wayland, check out [pass-tessen](https://github.com/ayushnix/pass-t [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) (if you want to copy data) - [libnotify](https://gitlab.gnome.org/GNOME/libnotify) (optional, to send notifications about copied data) +- [pass-otp](https://github.com/tadfisher/pass-otp) (optional, to generate OTP) - [xdg-utils](https://www.freedesktop.org/wiki/Software/xdg-utils/) (optional, to open URLs) - [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional, to build the man page) diff --git a/man/tessen.1.scd b/man/tessen.1.scd index 7a72ef1..597d04c 100644 --- a/man/tessen.1.scd +++ b/man/tessen.1.scd @@ -63,6 +63,7 @@ tessen depends on - scdoc(1) (optional, make dependency to build this man page) - libnotify (optional, if you want to use notify-send(1) to show notifications when copying data) +- pass-otp(1) (optional, if you want to generate one-time password tokens) - xdg-open(1), provided by xdg-utils (optional, if you want to open URLs) ## ADDITIONAL FEATURES |