feat: Add shorthand flag

This commit is contained in:
js0ny 2025-10-22 19:43:06 +01:00
parent f7792fef66
commit e705b91d8e
2 changed files with 12 additions and 5 deletions

View file

@ -31,7 +31,8 @@ renamedit /path/to/directory
Ignore file extensions (useful for batch renaming while preserving extensions):
```bash
renamedit -ignore-ext /path/to/directory
renamedit -i /path/to/directory
renamedit --ignore-ext /path/to/directory
```
## How It Works