Skip to content

Commit

Permalink
more like the last thing
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotberry committed Jan 14, 2024
1 parent 390dd24 commit 77f62bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ In your favorite terminal, run:
```
detawks <options> <glob / directory / file>
```

### Example
`detawks ./*.zip`

```
BIG OLD FILENAME.zip -> big-old-filename.zip
я компьютерный файл.zip -> blahblah.zip
camelCase.zip -> camelcase.zip
```
### Options
- `-s, --silent`: Silent mode (no console logs for new file names).
- `-d, --dryrun`: Dry run (shows potential file renames without executing them).
Expand Down Expand Up @@ -85,4 +94,4 @@ detawks <options> <glob / directory / file>

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

- I LOVE fdir. It's a great library. Check it out: [https://github.com/thecodrr/fdir](github link)
fdir is a great library for file stuff. Check it out: [https://github.com/thecodrr/fdir](github link)

0 comments on commit 77f62bb

Please sign in to comment.