detox 1.4.5
Clean up file names
Detox is a program that renames files to make them easier to work with under Unix and related operating systems. Spaces and various other unsafe characters (such as "$") get replaced with "_". ISO 8859-1 (Latin-1) characters can be replaced as well, as can UTF-8 characters.
- Website: https://github.com/dharple/detox
- Licenses: Modified BSD
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install detox 1.4.5
as follows:
guix install detox@1.4.5
Or install the latest version:
guix install detox
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.