Last change
on this file since 27 was 24, checked in by yakumo.izuru, 4 weeks ago |
Make TOTP support built-in, simplify code a bit, add colored errors and warnings via printf
|
File size:
1.0 KB
|
Line | |
---|
1 | .Dd May 14, 2025
|
---|
2 | .Dt KANAKO 1
|
---|
3 | .Os
|
---|
4 | .Sh NAME
|
---|
5 | .Nm kanako
|
---|
6 | .Nd the adaptable password manager
|
---|
7 | .Sh SYNOPSIS
|
---|
8 | .Nm
|
---|
9 | .Op Fl ceglnorRv
|
---|
10 | .Op Ar args
|
---|
11 | .Sh DESCRIPTION
|
---|
12 | It is a clean rewrite of
|
---|
13 | .Xr ayu 1
|
---|
14 | supporting multiple backends
|
---|
15 | and having more add-ons for
|
---|
16 | use with it.
|
---|
17 | However, it may be pretty unstable compared
|
---|
18 | to said tool, but should work well for its purpose.
|
---|
19 | .Sh USAGE
|
---|
20 | .Bl -tag -width 11n -compact
|
---|
21 | .It -n
|
---|
22 | Add a new entry
|
---|
23 | .It -c
|
---|
24 | Copy an entry's text to the clipboard
|
---|
25 | .It -e
|
---|
26 | Edit an entry
|
---|
27 | .It -g
|
---|
28 | Generate a random password
|
---|
29 | .It -l
|
---|
30 | List all entries
|
---|
31 | .It -o
|
---|
32 | Obtain a one time password
|
---|
33 | .It -r
|
---|
34 | Remove single entries,
|
---|
35 | will prompt for confirmation
|
---|
36 | .It -R
|
---|
37 | Remove recursively a directory w/ entries,
|
---|
38 | will prompt for confirmation
|
---|
39 | .It -v
|
---|
40 | View an entry
|
---|
41 | .El
|
---|
42 | .Sh SEE ALSO
|
---|
43 | .Xr age 1 ,
|
---|
44 | .Xr cream 1 ,
|
---|
45 | .Xr gpg 1 ,
|
---|
46 | .Xr oathtool 1 ,
|
---|
47 | .Xr pwgen 1 ,
|
---|
48 | .Xr salty 1 ,
|
---|
49 | .Xr kanako.conf 5
|
---|
50 | .Rs
|
---|
51 | .%A Rob Pike
|
---|
52 | .%T "UNIX Style, or cat -v Considered Harmful"
|
---|
53 | .%J "USENIX Summer Conference Proceedings"
|
---|
54 | .%D 1983
|
---|
55 | .Re
|
---|
56 | .Sh AUTHORS
|
---|
57 | .An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
|
---|
Note:
See
TracBrowser
for help on using the repository browser.