logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Detox Rename - Format Filenames with Detox | Online Free DevTools by Hexmos

Format filenames with Detox, removing spaces and unwanted characters for cleaner file management. Simplify file organization on Linux and macOS with this free online tool, no registration required.

detox

Renames files to make them easier to work with. It removes spaces and other such annoyances like duplicate underline characters. More information: https://manned.org/detox.

  • Remove spaces and other undesirable characters from a file’s name:

detox {{path/to/file}}

  • Show how detox would rename all the files in a directory tree:

detox {{[-n|--dry-run]}} -r {{path/to/directory}}

  • Remove spaces and other undesirable characters from all files in a directory tree:

detox -r {{path/to/directory}}

See Also