cleanfilenames/README.md

10 lines
211 B
Markdown
Raw Normal View History

2024-09-04 18:36:35 +02:00
# cleanfilenames
2024-09-04 18:59:07 +02:00
A primitve tool to clean up strange filenames.
It works on a whitelist of accepted chars, doesn't do any recursion and never overwrites anything.
2024-09-04 18:58:06 +02:00
```
cleanfilenames.py ~/Music/
```
That's it