Skip to content

matthew-tanner/electron-string-replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron - String Replacer (ESR)

Overview

ESR is a small prototype app using Electron with Electron Forge. The tool can be modified to handle most any type of string search in a directory tree of files.

Extra packages

Usage

# Install dependencies
npm install

# Run default app configuration
npm run start

# Publish the app for Windows Platform
npm run publish

Configuration

The default prototype is setup to do 4 things.

  • Select a folder
  • Take the base folder name and search / replace all occurrences of that name with a randomly generated string
  • Rename 2 root directory files with the randomly generated string
  • Rename root folder with the randomly generated string

Adaptation

You can adapt the code to search / replace most anything in a directory tree. I have included by sync and async functions for handling the rename portions.

About

electron app for string search and replace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors