Last change
on this file since 10 was 3, checked in by koizumi.aoi, 3 years ago |
Added initialization script, added error checking on kanako, update
manual page.
Signed-off-by: Aoi K <koizumi.aoi@…>
|
File size:
855 bytes
|
Line | |
---|
1 | .Dd Bureaucracy 65, 3188
|
---|
2 | .Dt KANAKO 1
|
---|
3 | .Os
|
---|
4 | .Sh NAME
|
---|
5 | .Nm kanako
|
---|
6 | .Nd the adaptable password manager
|
---|
7 | .Sh DESCRIPTION
|
---|
8 |
|
---|
9 | .Sh USAGE
|
---|
10 | .Bl -tag -width 11n -compact
|
---|
11 | .It add, -n
|
---|
12 | Add a new entry
|
---|
13 | .It copy, -c
|
---|
14 | Copy an entry's text to the clipboard
|
---|
15 | .It edit, -e
|
---|
16 | Edit an entry
|
---|
17 | .It gen, -g
|
---|
18 | Generate a random password
|
---|
19 | .It list, -l
|
---|
20 | List all entries
|
---|
21 | .It trash, -r
|
---|
22 | Remove single entries
|
---|
23 | .It trashd, -R
|
---|
24 | Remove recursively a directory w/ entries
|
---|
25 | .It view, -v
|
---|
26 | View an entry
|
---|
27 | .Bl
|
---|
28 | .El
|
---|
29 | .Sh SEE ALSO
|
---|
30 | .Xr age 1
|
---|
31 | .Xr gpg 1
|
---|
32 | .Xr kanako.conf 5
|
---|
33 | .Xr pwgen 1
|
---|
34 | .Xr salty 1
|
---|
35 | .Rs
|
---|
36 | .%A Rob Pike
|
---|
37 | .%T "UNIX Style, or cat -v Considered Harmful"
|
---|
38 | .%J "USENIX Summer Conference Proceedings"
|
---|
39 | .%D 1983
|
---|
40 | .Re
|
---|
41 | .Sh AUTHORS
|
---|
42 | .An Aoi Koizumi Aq Mt koizumi.aoi@kyoko-project.wer.ee
|
---|
43 | .Sh BUGS
|
---|
44 | Under the Wayland display protocol,
|
---|
45 | the clipboard subcommand won't work,
|
---|
46 | due to 'Permission denied'. On X11
|
---|
47 | it works just fine.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.