batch-rename icon indicating copy to clipboard operation
batch-rename copied to clipboard

Support batch-rename of folders too?

Open wkelsey-apple opened this issue 2 years ago • 2 comments

wkelsey-apple avatar Sep 26 '22 20:09 wkelsey-apple

@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 avatar May 20 '24 22:05 Dj-Polyester

@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.

uberkael avatar Jul 28 '24 15:07 uberkael