BulkRenameDesktop is a Node.js application designed for renaming files in a specified directory. It allows you to replace parts of filenames with new strings, making bulk renaming tasks easy and efficient.
- Replace specified string in filenames with a new string.
- Preview mode to see the changes before applying them.
- Handles errors gracefully.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/yourusername/BulkRenameDesktop.git
- Navigate to the project directory:
cd BulkRenameDesktop
- Install the dependencies:
npm install
- Open the index.js file and adjust the variables replaceThis and replaceWith as needed.
-
Ensure the Script is Executable:
You need to give execute permissions to the rename.sh script:
chmod +x rename.sh
-
Run the Script: Execute the script from the terminal:
./rename.sh