Skip to content

Latest commit

 

History

History

rnm-go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rnm-go

Useless CLI util to rename files written in Go.

Usage

# rnm [-help] [-force] /path/to/file new-filename
rnm /tmp/TODO DONE
# '/tmp/TODO' -> '/tmp/DONE'