ReNameify is a lightweight and efficient application designed to help users batch rename files effortlessly. This app is perfect for anyone who needs a clean and simple tool to organize file names efficiently.
The files are renamed based on the existing content of the first page's header-like texts.
- Batch renaming of files with customizable patterns.
- Lightweight and easy to use.
- Original files are not altered. The renamed files are under
renamed_files
sub-directory of the selected directory. - Supports English and Korean files
Follow these steps to set up and run the Fine Renamer app on your local machine.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/bibekyess/ReNameify.git cd ReNameify
-
Install dependencies:
npm install
-
Run the app in development mode:
npm run start
The app will launch in development mode, allowing you to test and make changes.
To build the app for Windows:
npm run pack:win
The built executable will be located in the dist/
directory.
Check out this short demo of the Fine Renamer in action:
We welcome contributions! Here's how you can help:
- Fork the repository.
- Create a feature branch (
git checkout -b feature-name
). - Commit your changes (
git commit -m 'Add feature'
). - Push to the branch (
git push origin feature-name
). - Open a pull request.
This project is licensed under the MIT License.
If you have any questions, feel free to reach out at [email protected].
Happy ReNameifying!! 🎉