Nomenator is a cross-platform GUI application designed to streamline the process of batch-renaming files. Built with Electron and TypeScript, it offers a user-friendly interface and efficient performance.
-
Frontend:
- Electron
- Tailwind CSS
-
Backend:
- TypeScript
- Go (for performance-critical operations)
- Batch File Renaming: Easily rename multiple files simultaneously.
- Custom Naming Patterns: Define patterns to rename files systematically.
- Preview Changes: See a preview of the new filenames before applying changes.
- Cross-Platform Compatibility: Works seamlessly on Windows, macOS, and Linux.
- Clone the Repository:
git clone https://github.com/JerryLeeMelton/nomenator.git cd nomenator
- Install Dependencies:
npm install
- Run the Application:
npm run dev
- Build the Application:
npm run build
This project is open-source and available under the MIT License.
-
Electron for enabling cross-platform desktop applications.
-
Tailwind CSS for utility-first CSS framework.