From ad64816ecc712b5d793c0b897e26f38b0704fb1e Mon Sep 17 00:00:00 2001 From: Hakan Bayindir Date: Sun, 17 Apr 2022 18:36:28 +0300 Subject: [PATCH] Update README.md file. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a443296..a7b434f 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ The script gets a list of files, and runs a series of regular expression matches The tool should ignore the files it doesn't know, and shouldn't re-match already renamed files, so it's relatively safe to run it on a very crowded folder, but don't take my word on it, and be cautious. This is why there's a `--simulate` option implemented. Use it. The responsibility is yours. There's no warranty attached. ## Notes -The tool is coded quickly, so it's neither innovative, nor clever, nor optimized. I may clean the code and polish things as I use it and new features though. \ No newline at end of file +The tool is coded quickly, so it's neither innovative, nor clever, nor optimized. I may clean the code and polish things as I use it and new features though. + +The code is developed in Eclipse with PyDev, and project files are there for you to import and play. \ No newline at end of file