about summary refs log tree commit diff stats
path: root/ayu.mdoc
blob: 3ae298322b192c092bef1cccf8fc57b78a11a874 (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 2021-12-05
.Dt ayu 1
.Os
.Sh NAME
.Nm ayu
.Nd Not-so standard unix password manager
.Sh DESCRIPTION
My own take with password managers, this one uses
.Xr age 1
as backend, instead of 
.Xr gpg 1
for encryption
.Pp
This program is in early status of development
.Sh USAGE
.Ss Add an entry
.Nm ayu
.Sy new
.Em entry
.Ss Edit an entry
.Nm ayu
.Sy edit
.Em entry
.Ss List entries
.Nm ayu
.Sy list
.Ss Remove an entry
.Nm ayu
.Sy rm
.Em entry
.Ss View an antry
.Nm ayu
.Sy view
.Em entry
.Sh CAVEATS
You have to generate your own keypair using 
.Xr age-keygen(1)
.Pp
The private key should be placed on 
.Em ~/.config/ayu/age.key
and the public key to 
.Em ~/.config/ayu/age.pub
for the utility to work
.Pp
Side note: if the utility is invoked without any arguments, it defaults
to listing the entries on the password store.
.Pp
.Sh AUTHORS
.An Nova li Gensokyo
.Mt novaburst@kalli.st