
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: https://svn.yakumo.dev/yakumo.izuru/kanako/trunk@18 62e5d677-aa6e-8c4a-b8cb-b9416171cb8e
65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
.Dd $Mdocdate$
|
|
.Dt KANAKO 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm kanako
|
|
.Nd the adaptable password manager
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Fl c Ar args
|
|
.Fl e Ar args
|
|
.Fl l
|
|
.Fl n Ar args
|
|
.Fl r Ar args
|
|
.Fl R Ar args
|
|
.Fl v Ar args
|
|
.Sh DESCRIPTION
|
|
It is a clean rewrite of
|
|
.Xr ayu 1
|
|
supporting multiple backends
|
|
and having more add-ons for
|
|
use with it. However, it
|
|
may be pretty unstable compared
|
|
to said tool, but should work
|
|
well for its purpose.
|
|
.Sh USAGE
|
|
.Bl -tag -width 11n -compact
|
|
.It -n
|
|
Add a new entry
|
|
.It -c
|
|
Copy an entry's text to the clipboard
|
|
.It -e
|
|
Edit an entry
|
|
.It -l
|
|
List all entries
|
|
.It -r
|
|
Remove single entries,
|
|
will prompt for confirmation
|
|
.It -R
|
|
Remove recursively a directory w/ entries,
|
|
will prompt for confirmation
|
|
.It -v
|
|
View an entry
|
|
.Bl
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr age 1
|
|
.Xr cream 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 Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
|
.Sh BUGS
|
|
Under the Wayland display protocol,
|
|
the clipboard subcommand won't work,
|
|
due to 'Permission denied'. On X11
|
|
it works just fine.
|