Initial commit

This commit is contained in:
2023-08-22 22:21:44 +02:00
committed by GitHub
commit 0445491f74
2 changed files with 663 additions and 0 deletions

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# bulk-string-replacer
This tool traverses a specified directory to search and replace strings within filenames, folder names, and file contents. With various flags, users can control recursion, target hidden items, and preview changes before execution. It's a versatile utility for bulk modifications.