https://github.com/kaiserdragon2/regex-file-copy
Little programm to copy/not copy files that match a regex
https://github.com/kaiserdragon2/regex-file-copy
copy file folder-structure regex
Last synced: 6 months ago
JSON representation
Little programm to copy/not copy files that match a regex
- Host: GitHub
- URL: https://github.com/kaiserdragon2/regex-file-copy
- Owner: Kaiserdragon2
- License: mit
- Created: 2023-09-03T18:47:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T09:29:12.000Z (over 2 years ago)
- Last Synced: 2025-03-12T13:12:55.092Z (about 1 year ago)
- Topics: copy, file, folder-structure, regex
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regex file copy
Little programm to copy/not copy files that match a regex
This Program is helpful if you have a set of files that follow a naming scheme and you want to extract files with a certain attribute in there name.
## Example
If you have a folder looking like this and wanted to make a new folder with only the english files.

You could do it like this.

and it would leave you with this

## Screenshots
