This is a command-line tool to delete multiple folders with names starting with a given string. The tool is written in Python and uses the built-in os
library to remove the folders.
To use the Bulk Directory Deletion Tool, clone the repository and navigate to the project directory:
To use the tool, run the bulkRemoveFiles.py
script with Python:
The script will prompt you to enter the string that your folders start with:
Enter the string and press Enter. The script will confirm the string with you and ask you to press Enter to proceed or type "n" to cancel the operation. If you want to exit the script, type "Exit" and press Enter.
The script will remove all folders in the current directory whose names start with the string you entered. The script will print a message for each folder that it removes.
Contributions to the Bulk Directory Deletion Tool are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you want to contribute code, please fork the repository and submit a pull request.
The Bulk Directory Deletion Tool is released under the MIT license. See the LICENSE file for more details.