source: code/trunk/kanako.mdoc@ 23

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
RevLine 
[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]12It is a clean rewrite of
13.Xr ayu 1
14supporting multiple backends
15and having more add-ons for
16use with it. However, it
17may be pretty unstable compared
18to said tool, but should work
19well for its purpose.
[2]20.Sh USAGE
21.Bl -tag -width 11n -compact
[11]22.It -n
[2]23Add a new entry
[11]24.It -c
[2]25Copy an entry's text to the clipboard
[11]26.It -e
[2]27Edit an entry
[22]28.It -g
29Generate a random password
[11]30.It -l
[2]31List all entries
[11]32.It -r
[18]33Remove single entries,
34will prompt for confirmation
[11]35.It -R
[18]36Remove recursively a directory w/ entries,
37will prompt for confirmation
[11]38.It -v
[2]39View 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
58Under the Wayland display protocol,
59the clipboard subcommand won't work,
60due to 'Permission denied'. On X11
61it works just fine.
Note: See TracBrowser for help on using the repository browser.