bash
cargo install rsre
rsre --version
```bash
git clone https://github.com/theawiteb/rsre.git
cd rsre
cargo build --release
/usr/bin
(Unix like system) (need permission to move in /usr/bin
)~/.cargo/bin
if its exists and it's in $PATH
sudo mv ./target/release/rsre /usr/bin/rsre
rsre --version ```
because i don't want to write full path of the new name 😶
``` USAGE: rsre FILE/DIRECTORY NEWFULLNAME
OPTIONS: -h, --help Print help information -V, --version Print version information ```
```
mv ../../foo/bar/bat/foo.txt ../../foo/bar/bat/bar.txt
rsre ../../foo/bar/bat/foo.txt bar.txt
rsre bar.rs foo.rs
```
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.