Skip to content

Commit 77f62bb

Browse files
committed
more like the last thing
1 parent 390dd24 commit 77f62bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ In your favorite terminal, run:
1010
```
1111
detawks <options> <glob / directory / file>
1212
```
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+
```
1322
### Options
1423
- `-s, --silent`: Silent mode (no console logs for new file names).
1524
- `-d, --dryrun`: Dry run (shows potential file renames without executing them).
@@ -85,4 +94,4 @@ detawks <options> <glob / directory / file>
8594

8695
Special thanks to this contributor: [https://gist.github.com/codeguy/6684588](https://gist.github.com/codeguy/6684588)
8796

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)

0 commit comments

Comments
 (0)