Simplest-File-Renamer
Simplest-File-Renamer copied to clipboard
Simplest file renamer - rename your files quickly and easily
#### alphabetic sort  #### natural sort 
Only tested in AppImage on Linux. Non-file (including folder) will be ignored. This behaves like the UI's file dialog. You can use the shell's expansion syntax to add multiple files....
So that I can invoke with this in command line: ```sh simplest-file-renamer . ``` https://stackoverflow.com/questions/30815446/how-to-pass-command-line-argument-in-electron/37656760 https://stackoverflow.com/a/64613200/665507 https://discourse.appimage.org/t/command-line-parameter-transfer/1537/2 https://github.com/AppImage/AppImageKit/issues/917 If time allows I'll create a PR :crossed_fingers:.
When I add files without extension (via drag and drop or File Selection Dialog), the console log shows the paths in `filePaths` array but the UI does not show the...
When renaming file only has case change (e.g. `ABC` to `abc`) the app fails to rename the file :trollface: Would be great to fix this bug 😅
I often have to batch rename folders. It would be great if I could drop folders into Simplest File Renamer to quickly rename a large batch of folders. Thanks!
will rename to xxxxx.vtt.[ext]?language=en
Perhaps a better screenshot later 
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...