Sha256: fc818cdeeb89974ad728857b74a66f598daaac8dbecc412c6367a59fa644d893

Contents?: true

Size: 1.85 KB

Versions: 3

Compression:

Stored size: 1.85 KB

Contents

.TH   "AbsoluteRenamer" "" ""
.SH NAME
 Absolute Renamer 

.SH SYNOPSIS
Very powerful batch files/directories renaming tool that uses Krename's syntax.

.SH USAGE
\fBabsrenamer\fR [OPTION]... [FILE]...

.SH DESCRIPTION
AbsoluteRenamer is a very powerful tool that helps files and directories renaming using the Krename syntax.

.SH OPTIONS
This is the default AbsoluteRenamer's options list, it can be extended with additional parsers.
Using the \fB\-h\fR option provides an options list containing the additional ones.

Mandatory arguments to long options are mandatory for short options too.

\fB\-\-dest\fR DEST
    Destination directory for copy, move and link modes

\fB\-d\fR, \fB\-\-directories\fR
    Directories handling

\fB\-e\fR, \fB\-\-regexp-replace\fR "PATTERN,REPLACEMENT"
    Search and replace using Regular Expression ex:"(find) this,\1"

\fB\-f\fR, \fB\-\-format\fR FORMAT
    Format string used as model

\fB\-h\fR, \fB\-\-help\fR
    Display this help screen

\fB\-m\fR, \fB\-\-mode\fR MODE
    Renaming mode. Can be used with \-\-dest DEST.
        rename: simply rename files
        copy:   make a copy of each file in DEST with its new name
        move:   move each file in DEST with its new name
        link:   create a symbolic link to each file in DEST with its new name

\fB\-\-maxdepth\fR DEPTH
    Maximum recursion depth

\fB\-r\fR, \fB\-\-replace\fR "PATTERN,REPLACEMENT"
    String replacement ex:"find this,replace by it" 

\fB\-R\fR, \fB\-\-recursive\fR
    Rename files in subdirectories recursively

\fB\-x\fR, \fB\-\-ext-format\fR FORMAT
    Format string used as model for the extension

.SH EXAMPLE

moves IMG*.JPG files to photo_01.jpg, photo_02.jpg, photo_03.jpg, ...

.B absrenamer-f 'photo_##' -x '%' IMG*.JPG

.SH AUTHOR
Simon COURTOIS

.SH REPORTING BUGS
Report bugs on http://absrenamer.happynoff.fr

.SH COPYRIGHT
Copyright (c) 2009 Simon COURTOIS

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
AbsoluteRenamer-0.9.0 man/man8/absrenamer.8
AbsoluteRenamer-0.9.0.1 man/man8/absrenamer.8
AbsoluteRenamer-0.9.0.2 man/man8/absrenamer.8