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