Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jcamilom/renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

renamer

A cli tool to change filenames using regular expresions.

How to use it

$ go get -u github.com/jcamilom/renamer

# Usage: renamer [<path>] \"<match_regexp>\" \"<replace_string>\"
# If path no provided, current dir is used.
# Be careful, subdirs are always included!

# Example
$ renamer "^(.+?) ([0-9]{4}) [(]([0-9]+) of ([0-9]+)[)][.](.+?)\$" "\$2 - \$1 - \$3 of \$4.\$5"

About

A CLI tool to change filenames using regular expresions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages