source: code/trunk/kanako.mdoc@ 24

Last change on this file since 24 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
RevLine 
[24]1.Dd May 14, 2025
[2]2.Dt KANAKO 1
3.Os
4.Sh NAME
5.Nm kanako
6.Nd the adaptable password manager
[14]7.Sh SYNOPSIS
8.Nm
[24]9.Op Fl ceglnorRv
[23]10.Op Ar args
[2]11.Sh DESCRIPTION
[14]12It is a clean rewrite of
13.Xr ayu 1
14supporting multiple backends
15and having more add-ons for
[24]16use with it.
17However, it may be pretty unstable compared
18to said tool, but should work well for its purpose.
[2]19.Sh USAGE
20.Bl -tag -width 11n -compact
[11]21.It -n
[2]22Add a new entry
[11]23.It -c
[2]24Copy an entry's text to the clipboard
[11]25.It -e
[2]26Edit an entry
[22]27.It -g
28Generate a random password
[11]29.It -l
[2]30List all entries
[24]31.It -o
32Obtain a one time password
[11]33.It -r
[18]34Remove single entries,
35will prompt for confirmation
[11]36.It -R
[18]37Remove recursively a directory w/ entries,
38will prompt for confirmation
[11]39.It -v
[2]40View an entry
41.El
42.Sh SEE ALSO
[24]43.Xr age 1 ,
44.Xr cream 1 ,
45.Xr gpg 1 ,
46.Xr oathtool 1 ,
47.Xr pwgen 1 ,
48.Xr salty 1 ,
[2]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
[24]57.An Izuru Yakumo Aq Mt eternal-servant@yakumo.dev
Note: See TracBrowser for help on using the repository browser.