How To Install Detox On Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?

How To Install Detox On Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?

detox

Renames files to make them easier to work with.
It removes spaces and other such annoyances like duplicate underline characters.

Maintainer: Joao Eriberto Mota Filho



Section: utils

Install detox

  • Debian apt-get install detox Click to copy
  • Ubuntu apt-get install detox Click to copy
  • Arch Linux pacman -S detox Click to copy
  • Kali Linux apt-get install detox Click to copy
  • Fedora dnf install detox Click to copy
  • Raspbian apt-get install detox Click to copy
  • macOS brew install detox Click to copy

Renames files to make them easier to work with. It removes spaces and other such annoyances like duplicate underline characters.

How to use detox?

Below are few example commands for detox that you can use in the terminal.

Remove spaces and other undesirable characters from a file's name:
detox fileClick to copy
Show how detox would rename all of the files in a directory tree:
detox --dry-run -r directoryClick to copy
Remove spaces and other undesirable characters from all files in a directory tree:
detox -r directoryClick to copy
Install the latest version of detox in Debian, Ubuntu, Arch, Kali, Fedora, Raspbian and macOS from terminal. To install the detox just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of detox from the respository and install it in your computer/server.