From dd8a5d58663c0db50626ebc4142a66155fce8882 Mon Sep 17 00:00:00 2001 From: Nougato Date: Sun, 20 Oct 2024 20:38:22 +0200 Subject: [PATCH] feat: push an idea file called TODO --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..669883d --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +# TODO File + +## Ideas + +- Add a not match system + - For example `not .*iron.*` will let all items, except iron ones, literaly the reverse of `.*iron.*`. It can be usefull to avoid too complexe regex \ No newline at end of file