https://github.com/emadb/reners
An utility to massively rename files
https://github.com/emadb/reners
Last synced: about 2 months ago
JSON representation
An utility to massively rename files
- Host: GitHub
- URL: https://github.com/emadb/reners
- Owner: emadb
- Created: 2025-03-25T09:23:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:24:12.000Z (over 1 year ago)
- Last Synced: 2025-09-03T04:40:32.292Z (11 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reners
A super simple Rust utility to massively rename your files
### Usage
```
$ reners [ = ""]
```
For example:
```
$ reners ./foo bar baz
```
Renames all the files inside the `foo` folder (and recursively in all its subfolders) the files that contains `bar` in the name with `baz` (it replace `bar` with `baz`).
```
$ reners ./foo bar
```
Removes the string `bar` from all the files inside the `foo` folder.