An open API service indexing awesome lists of open source software.

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

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.