File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ In your favorite terminal, run:
10
10
```
11
11
detawks <options> <glob / directory / file>
12
12
```
13
+
14
+ ### Example
15
+ ` detawks ./*.zip `
16
+
17
+ ```
18
+ BIG OLD FILENAME.zip -> big-old-filename.zip
19
+ я компьютерный файл.zip -> blahblah.zip
20
+ camelCase.zip -> camelcase.zip
21
+ ```
13
22
### Options
14
23
- ` -s, --silent ` : Silent mode (no console logs for new file names).
15
24
- ` -d, --dryrun ` : Dry run (shows potential file renames without executing them).
@@ -85,4 +94,4 @@ detawks <options> <glob / directory / file>
85
94
86
95
Special thanks to this contributor: [ https://gist.github.com/codeguy/6684588 ] ( https://gist.github.com/codeguy/6684588 )
87
96
88
- - I LOVE fdir. It's a great library. Check it out: [ https://github.com/thecodrr/fdir ] (github link)
97
+ fdir is a great library for file stuff . Check it out: [ https://github.com/thecodrr/fdir ] (github link)
You can’t perform that action at this time.
0 commit comments