Skip to content

RemcoE33/regex-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Rename

Simple cli to rename files in current, relative or fill path directory. You can use regex groups to to use as new filename. Currently only the first capture group is supported.

I needed this for some repeated tasks.

go install -o rrn github.com/RemcoE33/regex-rename

rrn ^_\d{4}_(.*)$ /img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors