Skip to content

JustusAdam/hrename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hrename

Bulk rename files based on regular expressions and format strings.

Written in Haskell.

Installation

Clone the repository.

Run cabal install in the (repository) directory.

Usage

Run hrename [options]

Help Options:
  -h, --help
    Show option summary.
  --help-all
    Show all help options.

Application Options:
  -d, --directory :: text
    Directory who's content is to be renamed
    default: "."
  -e, --regex :: maybe<text>
    Regex to use for conversion (required)
    the regex matcher utilizes the
    icu standard, a current copy of which can be found here:
    http://userguide.icu-project.org/strings/regexp
  -f, --format :: maybe<text>
    Format string for conversion target (required)
  -r, --recursive :: bool
    Scan subdirectories recursively, applying the renaming (untested)
default: false

About

bulk rename files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published