renify 0.0.3

A batch renaming tool for files and folders, written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# renify
Renify is a simple and secure batch renaming tool for files and folders, written in Rust.


# Installation
You can install renify with `pip` or `cargo`
```
cargo install renify
pip insatll renify
```

# Usage
For those new to Renify, consider using the `--it` flag for interactive mode. using `--input` or `-i` to specify the files or folders you'd like to transform!
```bash
renify -i 4test/ -it
```