
Signed-off-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee> git-svn-id: file:///srv/svn/repo/kanako/trunk@2 62e5d677-aa6e-8c4a-b8cb-b9416171cb8e
48 lines
856 B
Plaintext
48 lines
856 B
Plaintext
.Dd Bureaucracy 65, 3188
|
|
.Dt KANAKO 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm kanako
|
|
.Nd the adaptable password manager
|
|
.Sh DESCRIPTION
|
|
|
|
.Sh USAGE
|
|
.Bl -tag -width 11n -compact
|
|
.It add, -n
|
|
Add a new entry
|
|
.It copy, -c
|
|
Copy an entry's text to the clipboard
|
|
.It edit, -e
|
|
Edit an entry
|
|
.It generate, -g
|
|
Generate a random password
|
|
.It list, -l
|
|
List all entries
|
|
.It del, -r
|
|
Remove single entries
|
|
.It delr, -R
|
|
Remove recursively a directory w/ entries
|
|
.It view, -v
|
|
View an entry
|
|
.Bl
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr age 1
|
|
.Xr gpg 1
|
|
.Xr kanako.conf 5
|
|
.Xr pwgen 1
|
|
.Xr salty 1
|
|
.Rs
|
|
.%A Rob Pike
|
|
.%T "UNIX Style, or cat -v Considered Harmful"
|
|
.%J "USENIX Summer Conference Proceedings"
|
|
.%D 1983
|
|
.Re
|
|
.Sh AUTHORS
|
|
.An Aoi Koizumi Aq Mt koizumi.aoi@kyoko-project.wer.ee
|
|
.Sh BUGS
|
|
Under the Wayland display protocol,
|
|
the clipboard subcommand won't work,
|
|
due to 'Permission denied'. On X11
|
|
it works just fine.
|