source: code/trunk/kanako.mdoc@ 22

Last change on this file since 22 was 22, checked in by yakumo.izuru, 20 months ago

Release 2.1

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.2 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.Fl c Ar args
10.Fl e Ar args
11.Fl g Ar args
12.Fl l
13.Fl n Ar args
14.Fl r Ar args
15.Fl R Ar args
16.Fl v Ar args
17.Sh DESCRIPTION
18It is a clean rewrite of
19.Xr ayu 1
20supporting multiple backends
21and having more add-ons for
22use with it. However, it
23may be pretty unstable compared
24to said tool, but should work
25well for its purpose.
26.Sh USAGE
27.Bl -tag -width 11n -compact
28.It -n
29Add a new entry
30.It -c
31Copy an entry's text to the clipboard
32.It -e
33Edit an entry
34.It -g
35Generate a random password
36.It -l
37List all entries
38.It -r
39Remove single entries,
40will prompt for confirmation
41.It -R
42Remove recursively a directory w/ entries,
43will prompt for confirmation
44.It -v
45View an entry
46.Bl
47.El
48.Sh SEE ALSO
49.Xr age 1
50.Xr cream 1
51.Xr gpg 1
52.Xr kanako.conf 5
53.Xr pwgen 1
54.Xr salty 1
55.Rs
56.%A Rob Pike
57.%T "UNIX Style, or cat -v Considered Harmful"
58.%J "USENIX Summer Conference Proceedings"
59.%D 1983
60.Re
61.Sh AUTHORS
62.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
63.Sh BUGS
64Under the Wayland display protocol,
65the clipboard subcommand won't work,
66due to 'Permission denied'. On X11
67it works just fine.
Note: See TracBrowser for help on using the repository browser.