source: code/trunk/kanako.conf.example@ 5

Last change on this file since 5 was 4, checked in by koizumi.aoi, 3 years ago

Fix bugs, update docs

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 414 bytes
RevLine 
[2]1# [General]
2#clip="xclip -i"
[4]3#clip="wl-copy --primary"
4#list_cmd="tree"
[2]5
6# [Encryption]
7## age
8#encrypt_cmd="age"
9#encrypt_args="-e -R ${key_dir}/pub.age"
10#decrypt_args="-d -i ${key_dir}/priv.age"
11
12## gpg
13#encrypt_cmd="gpg"
14#encrypt_args="-e --recipient ${key_dir}/pub.gpg"
15#decrypt_args="-d"
16
17## salty
18#encrypt_cmd="salty"
19#encrypt_args="-e -r $(cat ${key_dir}/pub.slt)"
20#decrypt_args="-d -i ${key_dir}/priv.slt"
Note: See TracBrowser for help on using the repository browser.