This is an unofficial fork of rodi01/RenameIt with a local compatibility patch for Sketch 2026.1.2 (228390).
The original Sketch plugin is no longer maintained and the upstream repository is archived. This fork keeps the original MIT license and credits, and only updates the Sketch plugin so users on newer Sketch versions can open the Rename It UI again.
- Removed the old
sketch-module-google-analyticsdependency because it references Sketch metadata APIs that no longer exist in Sketch 2026. - Fixed
Find and Replace Layers/Artboards Namesfor Sketch 2026 page layer access changes. - Fixed
Rename Selected Artboardsfor Sketch 2026 artboard class lookup changes. - Increased the
Rename Selected Artboardsdialog height so the bottom buttons are visible. - Replaced direct
layer.name = ...assignments with asetName(...)-first fallback for newer Sketch/CocoaScript runtimes. - Added compatibility shims for legacy AppKit/WebView constants used by the older
sketch-module-web-viewbundle. - Removed the original appcast URL from the bundled manifest so this unofficial fork does not imply official upstream updates.
- Sketch 2026.1.2 (228390)
- Rename It 4.5.4 base plugin
- Download the latest release zip from this fork.
- Unzip it.
- Double-click
Rename-It.sketchplugin, or copy it to~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/. - Restart Sketch if the plugin menu does not refresh immediately.
Unfortunately, Rename It for Sketch is no longer being maintained. I no longer use Sketch as my design tool, and I can't justify paying for the license. The latest tested Sketch version is 67.2.
The plugin is still being maintained for Figma and Adobe XD.
Keep your Sketch files always organized, batch rename layers and artboards. Checkout the website
Rename Multiple layers at once command.
Sequentially rename layers in either ascending or descending order.
- Keyword %N - Ascending numbered sequence
- Keyword %n - Descending numbered sequence
- Keyword %A - Alphabet sequence
- Keyword %nn - This will output 01, 02, 03 and so on
- Keyword "%a - Lowercase alphabet sequence
The keyword %* will copy the current selected layer(s) name.
You can use the %* with combination of letters to convert the layer name case.
- Keyword %*u% - Convert to UPPER CASE
- Keyword %*l% - Convert to lower case
- Keyword %*t% - Convert to Title Case
- Keyword %*uf% - Convert to Upper first word
- Keyword %*c% - Convert to camelCase (This will remove the spaces)
Rename layer(s) with the width %W and height %H of a layer.
Replace any word(s) or character(s) from selected layers.
Rename selected artboards works the same way as rename selected layers. You don't need to select the artboard, it will automatically find the artboard of the selected layer(s).
For Sketch bellow version 51 the latest version of the plugin won't work. Please download version 3.8.7 here
Rename It is maintained by Rodrigo Soares, follow me @rodi01
MIT License © Rodrigo Soares.
Buy me a pizza 🍕 or donate via PayPal.











