diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-05 22:21:59 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-05 22:21:59 +0200 |
| commit | e6f19ed63979844ea259f69b8ab0702586a69d68 (patch) | |
| tree | 58ed76c5f2f1703fff26ed08bc0f3fa7d5d5831f /secret | |
| parent | 8f1bad5de975e24e641ff7a18a665f8a6cd48774 (diff) | |
| download | scripts-e6f19ed63979844ea259f69b8ab0702586a69d68.tar.gz scripts-e6f19ed63979844ea259f69b8ab0702586a69d68.zip | |
Added comments for ksh completion
Diffstat (limited to '')
| -rwxr-xr-x | secret | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -12,6 +12,10 @@ | |||
| 12 | 12 | ||
| 13 | # Requires: openssl, xsel (for clip only) | 13 | # Requires: openssl, xsel (for clip only) |
| 14 | 14 | ||
| 15 | # ksh completion | ||
| 16 | # set -A complete_sel_1 clip edit show | ||
| 17 | # set -A complete_sel_2 box/secret | ||
| 18 | |||
| 15 | opts="aes-256-cbc -iter 1000" # options for openssl | 19 | opts="aes-256-cbc -iter 1000" # options for openssl |
| 16 | timeout=10 # timeout for clip, in ms | 20 | timeout=10 # timeout for clip, in ms |
| 17 | editor=${EDITOR:-vi} | 21 | editor=${EDITOR:-vi} |
