From c8175e26541337c34456b6f6a21024248c4cae0a Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 13 Sep 2025 23:58:08 +0800 Subject: [PATCH] feat: update readme, add TINY_ENCRYPT_ENV_EXTERNAL_COMMAND --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 74cee6e..844747b 100644 --- a/README.md +++ b/README.md @@ -153,20 +153,20 @@ Smart Card(Yubikey) protected ECDH Encryption description as below: Environment -| KEY | Comment | -|-----------------------------------|---------------------------------------------| -| TINY_ENCRYPT_CONFIG_FILE | Config file | -| TINY_ENCRYPT_DEFAULT_ALGORITHM | Encryption algorithm, `aes` or `chacha20` | -| TINY_ENCRYPT_DEFAULT_COMPRESS | File compress, `1` or `on`, default `false` | -| TINY_ENCRYPT_NO_PROGRESS | Do not display progress bar | -| TINY_ENCRYPT_NO_DEFAULT_PIN_HINT | Do not display default PIN hint | -| TINY_ENCRYPT_USE_DIALOGUER | Use dialoguer | -| TINY_ENCRYPT_PIN | PIV Card PIN | -| TINY_ENCRYPT_KEY_ID | Default Key ID | -| TINY_ENCRYPT_AUTO_SELECT_KEY_IDS | Auto select Key IDs | -| TINY_ENCRYPT_AUTO_COMPRESS_EXTS | Auto compress file exts | -| TINY_ENCRYPT_PIN_ENTRY | PIN entry command cli | -| TINY_ENCRYPT_ENV_EXTERNAL_COMMAND | External command cli | -| SECURE_EDITOR | Secure Editor | -| EDITOR | Editor (Plaintext) | +| KEY | Comment | +|----------------------------------|---------------------------------------------| +| TINY_ENCRYPT_CONFIG_FILE | Config file | +| TINY_ENCRYPT_DEFAULT_ALGORITHM | Encryption algorithm, `aes` or `chacha20` | +| TINY_ENCRYPT_DEFAULT_COMPRESS | File compress, `1` or `on`, default `false` | +| TINY_ENCRYPT_NO_PROGRESS | Do not display progress bar | +| TINY_ENCRYPT_NO_DEFAULT_PIN_HINT | Do not display default PIN hint | +| TINY_ENCRYPT_USE_DIALOGUER | Use dialoguer | +| TINY_ENCRYPT_PIN | PIV Card PIN | +| TINY_ENCRYPT_KEY_ID | Default Key ID | +| TINY_ENCRYPT_AUTO_SELECT_KEY_IDS | Auto select Key IDs | +| TINY_ENCRYPT_AUTO_COMPRESS_EXTS | Auto compress file exts | +| TINY_ENCRYPT_PIN_ENTRY | PIN entry command cli | +| TINY_ENCRYPT_EXTERNAL_COMMAND | External command cli | +| SECURE_EDITOR | Secure Editor | +| EDITOR | Editor (Plaintext) |