https://github.com/bryanx/regex-rename-files
Intellij Plugin that renames multiple files with regex replace.
https://github.com/bryanx/regex-rename-files
intellij-plugin
Last synced: 12 months ago
JSON representation
Intellij Plugin that renames multiple files with regex replace.
- Host: GitHub
- URL: https://github.com/bryanx/regex-rename-files
- Owner: Bryanx
- License: mit
- Created: 2021-06-18T08:30:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T10:51:23.000Z (over 1 year ago)
- Last Synced: 2025-06-21T09:07:29.552Z (12 months ago)
- Topics: intellij-plugin
- Language: Kotlin
- Homepage:
- Size: 5.39 MB
- Stars: 31
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Regex Rename Files

[](https://plugins.jetbrains.com/plugin/17063)
[](https://plugins.jetbrains.com/plugin/17063)
Rename multiple files at the same time. Optionally use regex. You can also select a directory to recursively rename all nested files/folders.
[GitHub](https://github.com/Bryanx/regex-rename-files) | [Issue tracker](https://github.com/Bryanx/regex-rename-files/issues) | [Plugin page](https://plugins.jetbrains.com/plugin/17063-regex-rename-files)
**Usage:**
1. Select multiple files.
2. Right click and select 'Replace text in file names'.
3. Enter 'from' and 'to' texts and optionally use Regex.
4. Click OK.

## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Regex Rename Files" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/Bryanx/regex-rename-files/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template