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