Last change
on this file since 22 was 22, checked in by yakumo.izuru, 20 months ago |
Release 2.1
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
1.2 KB
|
Rev | Line | |
---|
[18] | 1 | .Dd $Mdocdate$
|
---|
[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
|
---|
[15] | 9 | .Fl c Ar args
|
---|
| 10 | .Fl e Ar args
|
---|
[22] | 11 | .Fl g Ar args
|
---|
[14] | 12 | .Fl l
|
---|
[15] | 13 | .Fl n Ar args
|
---|
| 14 | .Fl r Ar args
|
---|
| 15 | .Fl R Ar args
|
---|
| 16 | .Fl v Ar args
|
---|
[2] | 17 | .Sh DESCRIPTION
|
---|
[14] | 18 | It is a clean rewrite of
|
---|
| 19 | .Xr ayu 1
|
---|
| 20 | supporting multiple backends
|
---|
| 21 | and having more add-ons for
|
---|
| 22 | use with it. However, it
|
---|
| 23 | may be pretty unstable compared
|
---|
| 24 | to said tool, but should work
|
---|
| 25 | well for its purpose.
|
---|
[2] | 26 | .Sh USAGE
|
---|
| 27 | .Bl -tag -width 11n -compact
|
---|
[11] | 28 | .It -n
|
---|
[2] | 29 | Add a new entry
|
---|
[11] | 30 | .It -c
|
---|
[2] | 31 | Copy an entry's text to the clipboard
|
---|
[11] | 32 | .It -e
|
---|
[2] | 33 | Edit an entry
|
---|
[22] | 34 | .It -g
|
---|
| 35 | Generate a random password
|
---|
[11] | 36 | .It -l
|
---|
[2] | 37 | List all entries
|
---|
[11] | 38 | .It -r
|
---|
[18] | 39 | Remove single entries,
|
---|
| 40 | will prompt for confirmation
|
---|
[11] | 41 | .It -R
|
---|
[18] | 42 | Remove recursively a directory w/ entries,
|
---|
| 43 | will prompt for confirmation
|
---|
[11] | 44 | .It -v
|
---|
[2] | 45 | View an entry
|
---|
| 46 | .Bl
|
---|
| 47 | .El
|
---|
| 48 | .Sh SEE ALSO
|
---|
| 49 | .Xr age 1
|
---|
[14] | 50 | .Xr cream 1
|
---|
[2] | 51 | .Xr gpg 1
|
---|
| 52 | .Xr kanako.conf 5
|
---|
| 53 | .Xr pwgen 1
|
---|
| 54 | .Xr salty 1
|
---|
| 55 | .Rs
|
---|
| 56 | .%A Rob Pike
|
---|
| 57 | .%T "UNIX Style, or cat -v Considered Harmful"
|
---|
| 58 | .%J "USENIX Summer Conference Proceedings"
|
---|
| 59 | .%D 1983
|
---|
| 60 | .Re
|
---|
| 61 | .Sh AUTHORS
|
---|
[18] | 62 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
[2] | 63 | .Sh BUGS
|
---|
| 64 | Under the Wayland display protocol,
|
---|
| 65 | the clipboard subcommand won't work,
|
---|
| 66 | due to 'Permission denied'. On X11
|
---|
| 67 | it works just fine.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.