Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

an application that can rename all the files in one folder built by Electron

Notifications You must be signed in to change notification settings

lessfish/CRenamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRenamer

Dev

# Go into the repository
cd CRenamer
# Install dependencies
npm install
# Run the app
npm start

Pack

On my Macbook Pro

# Install electron-packager globally
npm install electron-packager -g

# OSX 
electron-packager . 'CRenamer'  --out ../CRenamer-APP --icon='./icon/icon.icns' --ignore=node_modules 

# Windows 64bit
brew cask install xquartz
brew install wine
electron-packager . 'CRenamer'  --out ../CRenamer-APP --platform=win32 --arch=x64 --icon='./icon/icon.ico' --ignore=node_modules --overwrite

Preview

License

MIT

About

an application that can rename all the files in one folder built by Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published