TypesettingTools / Myaamori-Aegisub-Scripts

Overengineering is my middle name.
MIT License
37 stars 7 forks source link

Merge Scripts: Wildcard Matching #9

Closed Funami580 closed 4 years ago

Funami580 commented 4 years ago

How about adding support for wildcard matching? It may be useful if you have for every typeset one file and you don't want to import every file by hand.

For example importing all files in a directory:

typesetting/*
typesetting/*.ass

Or files with a specific name:

typesetting.*.ass
*.typesetting.ass


Kind regards

Myaamori commented 4 years ago

Added in version 0.0.13. It required a bit of refactoring, so hopefully I didn't break something along the way, though everything seemed to work based on my testing. Let me know if you run into any issues.