Crates.io | rname |
lib.rs | rname |
version | 0.1.0 |
source | src |
created_at | 2020-08-29 22:33:29.184099 |
updated_at | 2020-08-29 22:33:29.184099 |
description | Open tool for renaming files |
homepage | |
repository | |
max_upload_size | |
id | 282474 |
size | 11,947 |
Rname is an Open Source tool for renaming files. Its syntax is very easy, just type the file name & its new:
rname hello.txt hello.rs
You can download the binaries in releases or download rname via cargo:
cargo install rname
Or build it by the source code:
git clone https://github.com/HDB-PROGRAMMING/Rutils.git
cd Rutils/rname
make #Builds it
make run #Runs it
sudo make install #Installs it
I hope you like this repo, thanks for reading this file.