dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

0x20 Space.. #105

Closed xeverse closed 7 months ago

xeverse commented 1 year ago

soo how to detox & actually remove 0x20 space char? the .tbl configs aint being exactly straightforward..

dharple commented 7 months ago

If you want to remove the space (instead of replacing it with another character), add this entry to the table:

0x20        ""  # remove space

This will replace spaces in the filename with an empty string, which should accomplish your goal.