summary refs log tree commit diff
path: root/bin/man1/sup.1
blob: 7f84f11bc84d54f1bf5f0dbbb3cb264f1aa994a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.Dd January  9, 2022
.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.
For passwordless services
with email-based authentication,
the emailed login link is opened.
.
.Pp
The following services are supported:
.Cm asciinema ,
.Cm discogs ,
.Cm freebsdbugzilla ,
.Cm liberapay ,
.Cm lobsters ,
.Cm patreon ,
.Cm tildegit ,
.Cm tildenews .
.
.Pp
The
.Nm
utility requires
.Xr curl 1 ,
.Xr git-fetch-email 1 ,
.Xr openssl 1 ,
.Xr pbcopy 1
and
.Xr open 1 .