Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages