rname

Crates.iorname
lib.rsrname
version0.1.0
sourcesrc
created_at2020-08-29 22:33:29.184099
updated_at2020-08-29 22:33:29.184099
descriptionOpen tool for renaming files
homepage
repository
max_upload_size
id282474
size11,947
Henry Díaz (HDB-PROGRAMMING)

documentation

README

Rname, Open tool for renaming files

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.

Commit count: 0

cargo fmt