Skip to content

acidburnmonkey/Rname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rname

Simple file rename utility written in Go.
Rather than using the move command and having to re type the path twice. Rname renames the file or directory at its current path. There is a Java implementation on other branch

Usage

rname /path/to/file newName

rname thisfile newName

For verbose confirmation

rname -v /path/to/file newName

Note

It will ask to overwrite if the file already exist, but It won't overwrite a directory that is not empty.

Installation

Fedora

sudo dnf copr enable acidburnmonkey/rname
sudo dnf install rname

Manual ; for Ubuntu and Debian

sudo curl -L "https://github.com/acidburnmonkey/Rname/releases/download/v2.0/rname" -o /usr/bin/rname
sudo chmod +x /usr/bin/rname

Dependencies

Build from source

go build -o rname main.go

Then move the binary to path



Dono Links

Buy Me A Coffee

Monero

43Sxiso2FHsYhP7HTqZgsXa3m3uHtxHQdMeHxECqRefyazZfpGVCLVsf1gU68jxJBo1G171AC181q1BqAUaG1m554MLsspG

Bitcon

bc1qk06cyheffclx7x434zpxjzcdl50452r9ducw0x

About

Rename utility CLI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages