From a50b5c6c6c12dcf3488484623fb99cca53f93920 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 16 Feb 2021 22:16:26 -0500 Subject: Add sup for setting single-use passwords --- bin/man1/sup.1 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bin/man1/sup.1 (limited to 'bin/man1') diff --git a/bin/man1/sup.1 b/bin/man1/sup.1 new file mode 100644 index 00000000..3607df11 --- /dev/null +++ b/bin/man1/sup.1 @@ -0,0 +1,39 @@ +.Dd February 16, 2021 +.Dt SUP 1 +.Os +. +.Sh NAME +.Nm sup +.Nd single-use password +. +.Sh SYNOPSIS +.Nm +.Ar service +.Op Ar email +. +.Sh DESCRIPTION +The +.Nm +utility +sets a random single-use password +for a service using the +.Dq forgot password +or +.Dq password reset +flow. +The password is copied to the clipboard +and the service login page is opened. +The +.Nm +utility requires +.Xr curl 1 , +.Xr git-fetch-email 1 , +.Xr openssl 1 , +.Xr pbcopy 1 +and +.Xr open 1 . +. +.Pp +The following services are supported: +.Cm discogs , +.Cm lobsters . -- cgit 1.4.1