From 9ba9ba78f1477936d02431753e8f210d70157769 Mon Sep 17 00:00:00 2001 From: Thomas Knoefel <53190206+daddel80@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:31:14 +0100 Subject: [PATCH] note for skipped entries when exporting into bash when 'Use Variables' enabled --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78ccd8b..24a58e4 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ You can manage the visibility of the additional columns via the **Header Column ### Bash Script Export - Exports Find and Replace strings into a runnable script, aiming to encapsulate the full functionality of the plugin in the script. However, due to differences in tooling, complete compatibility cannot be guaranteed. +- Entries flagged with "Use Variables" are skipped as they are not supported in the exported script. - This feature intentionally does not support the value `\0` in the Extended Option to avoid escalating environment tooling requirements.