-
-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
Description
Describe the bug
When using <Ctrl>+<M> to group rename files, no changes take effect.
To Reproduce
- Select files you want to rename
- Press
<Ctrl>+<M> - Make whatever changes you want, like appending "-test" to the end of some files
- Save/close
- When prompted "Apply new names?" hit OK
Expected behavior
Files should be renamed
Desktop (please complete the following information):
- Version (
cloudcmd -v): 11.6.2 - Node Version
node -v: v24.12.0 - OS (
uname -aon Linux): Linux truenas 6.12.33-production+truenas Node.js 0.7 is no longer provided on travis-ci.org #1 SMP PREEMPT_DYNAMIC Wed Dec 17 21:17:21 UTC 2025 x86_64 GNU/Linux - Browser name/version: Firefox 146.0.1 (64-bit)
docker compose
services:
web:
ports:
- 8940:8000
volumes:
- ~:/root
- /mnt/:/mnt/
image: coderaiser/cloudcmd.cloudcmd.json
{
"name": "",
"auth": false,
"username": "root",
"password": "2b64f2e3f9fee1942af9ff60d40aa5a719db33b8ba8dd4864bb4f11e25ca2bee00907de32a59429602336cac832c8f2eeff5177cc14c864dd116c8bf6ca5d9a9",
"algo": "sha512WithRSAEncryption",
"editor": "deepword",
"menu": "supermenu",
"packer": "tar",
"diff": true,
"zip": true,
"buffer": true,
"dirStorage": false,
"online": false,
"open": false,
"keysPanel": true,
"port": 8000,
"ip": null,
"root": "/",
"prefix": "",
"prefixSocket": "",
"contact": false,
"confirmCopy": true,
"confirmMove": true,
"configDialog": true,
"configAuth": true,
"oneFilePanel": false,
"console": true,
"syncConsolePath": false,
"terminal": true,
"terminalPath": "gritty",
"terminalCommand": "",
"terminalAutoRestart": true,
"showDotFiles": true,
"showConfig": false,
"showFileName": false,
"vim": false,
"columns": "name-size-date-owner-mode",
"theme": "light",
"export": false,
"exportToken": "root",
"import": false,
"importToken": "root",
"importUrl": "http://localhost:8000",
"importListen": false,
"log": true,
"dropbox": false,
"dropboxToken": ""
}- 🎁 I'm ready to donate on https://opencollective.com/cloudcmd
- 🎁 I'm ready to donate on https://ko-fi.com/coderaiser
- 💪 I'm willing to work on this issue
Additional context
I was using the deepword editor but I can repro on the default edward as well.
No errors in the docker log and nothing in the js console.
I notice when performing the srteps to repro there is no activity in the network inspector, doesn't seem like the web ui is even trying to rename anything.
coderaiser