Metadata-Version: 2.1
Name: vs-rename
Version: 0.1
Summary: quick script that helps you mass-edit file names with vscode
Home-page: https://github.com/logonoff/file
Author: logonoff
Author-email: hello@logonoff.co
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# vscode but for file names
quick script that helps you mass-edit file names with vscode

**motivation**: i wanted to multi-cursor edit my file names but didn't see anything that let me do that

### how to use
1. open the program `filenameeditor.py`. if no arguments for path are supplied it will use the cwd
2. vscode will open with a list of the file names in that directory. change those as you please
3. save the file and close it
4. the files will be renamed according to how you changed it in vscode
5. hopefully nothing broke
