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