tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit 6c87931557643c253959400df9dc31cc8294f933
parent 5aa4059b866b82885ea6aacd40b955745968d835
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Mon, 29 Nov 2021 20:32:50 +0530

docs: mention pass-otp as an optional dependency

Diffstat:
MREADME.md | 1+
Mman/tessen.1.scd | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -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 @@ -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