Last change
on this file since 24 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
|
Rev | Line | |
---|
[24] | 1 | .Dd May 14, 2025
|
---|
[2] | 2 | .Dt KANAKO 1
|
---|
| 3 | .Os
|
---|
| 4 | .Sh NAME
|
---|
| 5 | .Nm kanako
|
---|
| 6 | .Nd the adaptable password manager
|
---|
[14] | 7 | .Sh SYNOPSIS
|
---|
| 8 | .Nm
|
---|
[24] | 9 | .Op Fl ceglnorRv
|
---|
[23] | 10 | .Op Ar args
|
---|
[2] | 11 | .Sh DESCRIPTION
|
---|
[14] | 12 | It is a clean rewrite of
|
---|
| 13 | .Xr ayu 1
|
---|
| 14 | supporting multiple backends
|
---|
| 15 | and having more add-ons for
|
---|
[24] | 16 | use with it.
|
---|
| 17 | However, it may be pretty unstable compared
|
---|
| 18 | to said tool, but should work well for its purpose.
|
---|
[2] | 19 | .Sh USAGE
|
---|
| 20 | .Bl -tag -width 11n -compact
|
---|
[11] | 21 | .It -n
|
---|
[2] | 22 | Add a new entry
|
---|
[11] | 23 | .It -c
|
---|
[2] | 24 | Copy an entry's text to the clipboard
|
---|
[11] | 25 | .It -e
|
---|
[2] | 26 | Edit an entry
|
---|
[22] | 27 | .It -g
|
---|
| 28 | Generate a random password
|
---|
[11] | 29 | .It -l
|
---|
[2] | 30 | List all entries
|
---|
[24] | 31 | .It -o
|
---|
| 32 | Obtain a one time password
|
---|
[11] | 33 | .It -r
|
---|
[18] | 34 | Remove single entries,
|
---|
| 35 | will prompt for confirmation
|
---|
[11] | 36 | .It -R
|
---|
[18] | 37 | Remove recursively a directory w/ entries,
|
---|
| 38 | will prompt for confirmation
|
---|
[11] | 39 | .It -v
|
---|
[2] | 40 | View an entry
|
---|
| 41 | .El
|
---|
| 42 | .Sh SEE ALSO
|
---|
[24] | 43 | .Xr age 1 ,
|
---|
| 44 | .Xr cream 1 ,
|
---|
| 45 | .Xr gpg 1 ,
|
---|
| 46 | .Xr oathtool 1 ,
|
---|
| 47 | .Xr pwgen 1 ,
|
---|
| 48 | .Xr salty 1 ,
|
---|
[2] | 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
|
---|
[24] | 57 | .An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
|
---|
Note:
See
TracBrowser
for help on using the repository browser.