From 7f13081bfb7cb2b4ea5caedabbf01ffebbb49b5e Mon Sep 17 00:00:00 2001 From: Louis-Ladd Date: Sun, 7 Dec 2025 22:35:49 -0700 Subject: [PATCH] Add Remove ANSI Escape Codes to categories --- src/core/config/Categories.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 434c8bb6..1671c013 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -291,6 +291,7 @@ "Diff", "Remove whitespace", "Remove null bytes", + "Remove ANSI Escape Codes", "To Upper case", "To Lower case", "Swap case",