Skip to content

BulkRenameDesktop is a versatile and efficient Node.js application designed for bulk renaming of files within a specified directory. This tool allows users to replace parts of filenames with a new string, making it ideal for organizing and standardizing file names in large datasets.

Notifications You must be signed in to change notification settings

prithvirajbaral/BulkRenameDesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BulkRenameDesktop is a versatile and efficient Node.js application designed for bulk renaming of files within a specified directory. This tool allows users to replace parts of filenames with a new string, making it ideal for organizing and standardizing file names in large datasets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published