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

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

Bug fix

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

File size: 422 bytes
Line 
1# [General]
2#clip="xclip -i"
3#clip="wl-copy --primary"
4#list_cmd="tree"
5
6# [Encryption]
7## age
8#encrypt_cmd="age"
9#encrypt_args="-e -R ${key_dir}/pub.age --armor"
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.