source: code/trunk/kanako.mdoc@ 28

Last change on this file since 28 was 24, checked in by yakumo.izuru, 4 weeks ago

Make TOTP support built-in, simplify code a bit, add colored errors and warnings via printf

File size: 1.0 KB
Line 
1.Dd May 14, 2025
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 ceglnorRv
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.
17However, it may be pretty unstable compared
18to said tool, but should work well for its purpose.
19.Sh USAGE
20.Bl -tag -width 11n -compact
21.It -n
22Add a new entry
23.It -c
24Copy an entry's text to the clipboard
25.It -e
26Edit an entry
27.It -g
28Generate a random password
29.It -l
30List all entries
31.It -o
32Obtain a one time password
33.It -r
34Remove single entries,
35will prompt for confirmation
36.It -R
37Remove recursively a directory w/ entries,
38will prompt for confirmation
39.It -v
40View an entry
41.El
42.Sh SEE ALSO
43.Xr age 1 ,
44.Xr cream 1 ,
45.Xr gpg 1 ,
46.Xr oathtool 1 ,
47.Xr pwgen 1 ,
48.Xr salty 1 ,
49.Xr kanako.conf 5
50.Rs
51.%A Rob Pike
52.%T "UNIX Style, or cat -v Considered Harmful"
53.%J "USENIX Summer Conference Proceedings"
54.%D 1983
55.Re
56.Sh AUTHORS
57.An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
Note: See TracBrowser for help on using the repository browser.