# 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: ```bash rname hello.txt hello.rs ``` You can download the binaries in releases or download rname via cargo: ```bash cargo install rname ``` Or build it by the source code: ```bash 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.