batch-rename
batch-rename copied to clipboard
Support batch-rename of folders too?
@wkelsey-apple I actually have a fork that does that in my Manjaro system. I am not sure about other os/distributions though and welcome anyone who wants to test and report. For now, you can use the extension from the fork. The instructions are simple:
git clone [email protected]:Dj-Polyester/batch-rename.git
cd batch-rename
npm -g install @vscode/vsce
vsce package
code --install-extension batch-rename-extension-[version].vsix
Furthermore, If @JannisX11 allows, I would like to PR it here. As a question, I wonder why he did "when": "!explorerResourceIsFolder"
in package.json
?
@Dj-Polyester
I had to modify package.json
because vsce can't build the package.
"engines": {
"vscode": "^1.74.0"
},
After that it works without problems.