myfreeer / chrome-pak-customizer

a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser
MIT License
205 stars 36 forks source link

Wildcards support for extracting/packing in respective dirs #7

Open necros2k7 opened 4 years ago

necros2k7 commented 4 years ago

subj

myfreeer commented 4 years ago

If the wildcard matches one file, bash can complete it. If matching more than one files, maybe a loop or xargs can be used for batch processing.

necros2k7 commented 4 years ago

Win platform intended

myfreeer commented 4 years ago

Maybe busybox-w32 would help.