2023-12-04 10:02:23 +00:00
|
|
|
---
|
|
|
|
obj: application
|
|
|
|
repo: https://github.com/ismaelgv/rnr
|
|
|
|
---
|
2024-03-19 08:25:42 +00:00
|
|
|
|
2023-12-04 10:02:23 +00:00
|
|
|
# rnr
|
|
|
|
[Repo](https://github.com/ismaelgv/rnr)
|
2024-01-17 08:44:04 +00:00
|
|
|
**RnR** is a command-line tool to **securely rename** multiple files and directories that supports regular expressions.
|
2023-12-04 10:02:23 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
Flags
|
|
|
|
```shell
|
2024-01-17 08:44:04 +00:00
|
|
|
-n, --dry-run Only show what would be done (default mode)
|
|
|
|
-f, --force Make actual changes to files
|
|
|
|
-x, --hidden Include hidden files and directories
|
|
|
|
-D, --include-dirs Rename matching directories
|
|
|
|
-r, --recursive Recursive mode
|
|
|
|
-s, --silent Do not print any information
|
|
|
|
--no-dump Do not dump operations into a file
|
2023-12-04 10:02:23 +00:00
|
|
|
```
|