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
Line 
1.Dd $Mdocdate$
2.Dt KANAKO 1
3.Os
4.Sh NAME
5.Nm kanako
6.Nd the adaptable password manager
7.Sh SYNOPSIS
8.Nm
9.Op Fl ceglnrRv
10.Op Ar args
11.Sh DESCRIPTION
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.
20.Sh USAGE
21.Bl -tag -width 11n -compact
22.It -n
23Add a new entry
24.It -c
25Copy an entry's text to the clipboard
26.It -e
27Edit an entry
28.It -g
29Generate a random password
30.It -l
31List all entries
32.It -r
33Remove single entries,
34will prompt for confirmation
35.It -R
36Remove recursively a directory w/ entries,
37will prompt for confirmation
38.It -v
39View an entry
40.Bl
41.El
42.Sh SEE ALSO
43.Xr age 1
44.Xr cream 1
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
56.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
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.