detox

Renames files to make them easier to work with. It removes spaces and other such annoyances like duplicate underline characters. More information: <https://github.com/dharple/detox>.

Debian Debian
RUN apt-get update && \ apt-get install -y detox
Ubuntu
RUN apt-get update && \ apt-get install -y detox
Arch Arch Linux
RUN pacman -S --noconfirm detox
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y detox
Fedora
RUN dnf install -y detox
Raspbian
RUN apt-get update && \ apt-get install -y detox
click the source code to copy install detox on any operating system with command-not-found.com