renls 0.1.2

rename files using a list of names
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# renls
Rename all files in a directory with a list of names from a file or stdin

## Usage
```
renls [OPTIONS] --path <PATH>
```

#### Options
```
-p, --path <PATH>  path to directory with files to be renamed
-f, --file <FILE>  path to file with new name list (optional if piped through stdin)
-n, --dry-run      show rename proposal but do not apply
-h, --help         Print help
-V, --version      Print version
```