kanako/kanako.conf.mdoc
koizumi.aoi f7bfa34f03 Update configuration format, add switch to install(1) in mkfile
Signed-off-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee>

git-svn-id: https://svn.yakumo.dev/yakumo.izuru/kanako/trunk@14 62e5d677-aa6e-8c4a-b8cb-b9416171cb8e
2022-11-26 14:15:17 +00:00

40 lines
759 B
Plaintext

.Dd Bureaucracy 73, 3188
.Dt KANAKO.CONF 5
.Os
.Sh NAME
.Nm kanako.conf
.Nd configuration file for
.Xr kanako 1
.Sh KEYS
.Ss General section
.Bl -tag -width 11n -compact
.It clip_cmd
Clipboard manager command
.It debug
Controls whether to use debug
mode or not. Any value other
than false is interpreted as
true.
.It list_cmd
Command used to print a listing
of the password store
.It menu_cmd
Menu command for kanako_menu
.El
.Ss Encryption section
.Bl -tag -width 11n -compact
.It encrypt_cmd
Command to handle encryption
.It encrypt_args
Options to be passed to
encrypt_cmd for encryption
.It decrypt_args
Options to be passed to
encrypt_cmd for decryption
.El
.Sh SEE ALSO
.Xr kanako 1
.Sh AUTHORS
.An Aoi Koizumi Aq Mt koizumi.aoi@kyoko-project.wer.ee