detox: add page
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
da60c8edb1
commit
0b7aa9e525
16
pages/common/detox.md
Normal file
16
pages/common/detox.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# detox
|
||||||
|
|
||||||
|
> Renames files to make them easier to work with.
|
||||||
|
> It removes spaces and other such annoyances like duplicate underline characters.
|
||||||
|
|
||||||
|
- Remove spaces and other undesirable characters from a file's name:
|
||||||
|
|
||||||
|
`detox {{file}}`
|
||||||
|
|
||||||
|
- Show how detox would rename all of the files in a directory tree:
|
||||||
|
|
||||||
|
`detox --dry-run -r {{directory}}`
|
||||||
|
|
||||||
|
- Remove spaces and other undesirable characters from all files in a directory tree:
|
||||||
|
|
||||||
|
`detox -r {{directory}}`
|
Reference in New Issue
Block a user