Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.04 KB

BulkRenameDesktop

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.

Features

  • Replace specified string in filenames with a new string.
  • Preview mode to see the changes before applying them.
  • Handles errors gracefully.

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/BulkRenameDesktop.git
  2. Navigate to the project directory:
    cd BulkRenameDesktop
  3. Install the dependencies:
    npm install

Usage

  1. Open the index.js file and adjust the variables replaceThis and replaceWith as needed.

Instructions to Execute the Script

  1. Ensure the Script is Executable:

    You need to give execute permissions to the rename.sh script:

    chmod +x rename.sh
  2. Run the Script: Execute the script from the terminal:

    ./rename.sh