diff options
author | June McEnroe <june@causal.agency> | 2021-02-16 22:16:26 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-16 22:16:26 -0500 |
commit | a50b5c6c6c12dcf3488484623fb99cca53f93920 (patch) | |
tree | 55552213f5566fc87edc10fc595f27d186006da3 /bin/man1/sup.1 | |
parent | Add missing %U for RFCs in bibsort (diff) | |
download | src-a50b5c6c6c12dcf3488484623fb99cca53f93920.tar.gz src-a50b5c6c6c12dcf3488484623fb99cca53f93920.zip |
Add sup for setting single-use passwords
Diffstat (limited to '')
-rw-r--r-- | bin/man1/sup.1 | 39 |
1 files changed, 39 insertions, 0 deletions
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 . |