An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Regex Rename Files

![Build](https://github.com/Bryanx/regex-rename-files/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/17063.svg)](https://plugins.jetbrains.com/plugin/17063)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17063.svg)](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.



rename

## 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