detox is a utility designed to clean up filenames, especially those created on other operating systems. It replaces non-standard characters, such as spaces or Latin-1 characters, with standard equivalents.
| Tags | Systems Administration Utilities |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | POSIX BSD FreeBSD Linux |
| Implementation | C |
Recent releases


Changes: This release provides more configurable filters, inline detoxification, and bugfixes.


Changes: This release contains improvements to the way detox is built. This release also ensures that existing config files and translation tables will not be overwritten by subsequent installs.


Changes: This release adds a filter to make filenames lowercase and enables support for libpopt to allow Darwin and Solaris to use long options.


Changes: This release introduces the ability to translate UTF-8 encoded Unicode characters in filenames. It also introduces the ability to tune the way that ISO 8859-1 (Latin-1) and Unicode characters get translated. Furthermore, the ability to control what filters get applied to filenames is now available, with several translation sequences preconfigured. uncgi has been removed from the default translation sequence.


No changes have been submitted for this release.
- All comments
Recent commentsdetox: a real time saver
When you have to deal with large folders where files are provided by numerous users, you never know what weird filenaming scheme some of them use.
This small script cleans up the filename space faster than any gui.
It makes the files usable by any running service, no matter the character set used.
I encounter a small bug with filename starting with the '-' (dash) caracter.
So, 9/10 for this one.
detox
A nice simple idea and a real time saver.
I already had a few gui programs for mass renaming, but the command line is much faster an in this case simpler.
Thanks.