Skip to main content

orang rename

Renames files and directories.

Synopsis

orang rename <PATH>
--after-context <NUM>
--align-columns
--ask
-a, --attributes <ATTRIBUTES>
-A, --attributes-to-skip <ATTRIBUTES>
--before-context <NUM>
--conflict <CONFLICT_RESOLUTION>
-c, --content <PATTERN> [<PATTERN_OPTIONS>]
--content-mode <CONTENT_MODE>
--context <NUM>
--count
-d, --dry-run
--encoding <ENCODING>
--exclude <GLOB>
-e, --extension EXT1[,EXT2] [<EXTENSION_OPTIONS>]
-h, --help
-t, --highlight <HIGHLIGHT>
--include <GLOB>
-i, --include-directory <PATTERN> [<PATTERN_OPTIONS>]
--interactive
--line-number
-m, --max-count <NUM>
--max-depth <NUM>
--max-matches-in-file <NUM>
--modify <REPLACE_MODIFY>
-n, --name <PATTERN> [<PATTERN_OPTIONS>]
-C, --no-content
-P, --no-path
--no-recurse
-o, --output <PATH> [<OUTPUT_OPTIONS>]
--path-mode <PATH_MODE>
--paths <PATH>
--paths-from <FILE_PATH>
--progress
-p, --properties <FILE_PROPERTIES>
-r, --replacement <REPLACEMENT> [<REPLACEMENT_OPTIONS>]
-s, --sort <SORT_OPTIONS>
-u, --summary
-v, --verbosity <VERBOSITY>

Arguments

<PATH>

Path to one or more files and/or directories that should be searched.

Options

--after-context <NUM>

Number of lines to show after matching line.

--align-columns

Align columns.

--ask

Ask for a permission to rename file or directory.

-a, --attributes <ATTRIBUTES>

File attributes that are required.

<ATTRIBUTES>: archive, compressed, d[irectory], e[mpty], encrypted, f[ile], h[idden], normal, offline, r[ead-only], r[eparse-]p[oint], s[ystem], temporary.

-A, --attributes-to-skip <ATTRIBUTES>

File attributes that should be skipped.

<ATTRIBUTES>: archive, compressed, e[mpty], encrypted, h[idden], normal, offline, r[ead-only], r[eparse-]p[oint], s[ystem], temporary.

--before-context <NUM>

Number of lines to show before matching line.

--conflict <CONFLICT_RESOLUTION>

Defines how to resolve conflict when a file/directory already exists.

<CONFLICT_RESOLUTION>: a[sk], o[verwrite], suffix, s[kip].

-c, --content <PATTERN> [<PATTERN_OPTIONS>]

Regular expression for files' content.

<PATTERN_OPTIONS>: compiled, c[ulture-]i[nvariant], e[cma-]s[cript], e[nds-]w[ith], e[quals], n [explicit-capture], f[rom-file], g[roup]=<GROUP_NAME>, i[gnore-case], x [ignore-pattern-whitespace], li[st], length=<NUM>, l[ist-]s[eparator], l[iteral], m[ultiline], ne[gative], r[ight-to-left], s[ingleline], s[tarts-]w[ith], timeout=<NUM>, w[hole-]l[ine], w[hole-word].

--content-mode <CONTENT_MODE>

Defines which parts of a content should be included in the results.

<CONTENT_MODE>: a[ll-lines], l[ine], u[nmatched-lines], v[alue], d [value-detail], o[mit].

--context <NUM>

Number of lines to show before and after matching line.

--count

Show number of matches in a file.

-d, --dry-run

Display which files/directories should be renamed but do not actually rename any file/directory.

--encoding <ENCODING>

Encoding to use when a file does not contain BOM. Default encoding is UTF-8.

--exclude <GLOB>

Space separated list of glob patterns to exclude files and/or folders. For further information about the syntax see reference documentation.

-e, --extension EXT1[,EXT2] [<EXTENSION_OPTIONS>]

A filter for file extensions (case-insensitive by default).

<EXTENSION_OPTIONS>: c[ase-]s[ensitive], c[ulture-]i[nvariant], f[rom-file], l[ist-]s[eparator], l[iteral], ne[gative], timeout=<NUM>.

-h, --help

Show command line help.

-t, --highlight <HIGHLIGHT>

Parts of the output to highlight.

<HIGHLIGHT>: n[one], m[atch], r[eplacement], e[mpty].

--include <GLOB>

Space separated list of glob patterns to include files and/or folders. For further information about the syntax see reference documentation.

-i, --include-directory <PATTERN> [<PATTERN_OPTIONS>]

[deprecated] Regular expression for a directory name.

--interactive

Enable editing of a new name.

--line-number

Include line number.

-m, --max-count <NUM>

Stop renaming after specified number is reached.

--max-depth <NUM>

Maximum directory depth.

--max-matches-in-file <NUM>

Stop searching in a file name after specified number of matches is found.

--modify <REPLACE_MODIFY>

Functions to modify result.

<REPLACE_MODIFY>: ci [culture-invariant], tl [to-lower], tu [to-upper], t[rim], te [trim-end], ts [trim-start].

-n, --name <PATTERN> [<PATTERN_OPTIONS>]

Regular expression for file or directory name.

<PATTERN_OPTIONS>: compiled, c[ulture-]i[nvariant], e[cma-]s[cript], e[nds-]w[ith], e[quals], n [explicit-capture], f[rom-file], i[gnore-case], x [ignore-pattern-whitespace], li[st], length=<NUM>, l[ist-]s[eparator], l[iteral], m[ultiline], p[art]=<NAME_PART>, r[ight-to-left], s[ingleline], s[tarts-]w[ith], timeout=<NUM>, w[hole-]l[ine], w[hole-word].

-C, --no-content

A shortcut for '--content-mode omit'.

-P, --no-path

A shortcut for '--path-mode omit'.

--no-recurse

Do not search subdirectories.

-o, --output <PATH> [<OUTPUT_OPTIONS>]

Path to a file that should store output.

--path-mode <PATH_MODE>

Defines which part of a path should be included in the results.

<PATH_MODE>: f[ull], r[elative], m[atch], o[mit].

--paths <PATH>

Path to one or more files and/or directories that should be searched.

--paths-from <FILE_PATH>

Read the list of paths to search from a file. Paths should be separated by newlines.

--progress

Display dot (.) for every hundredth searched file or directory.

-p, --properties <FILE_PROPERTIES>

Display file's properties and optionally filter by that properties.

<FILE_PROPERTIES>: c[reation-]t[ime]=<DATE>, m[odified-]t[ime]=<DATE>, s[ize]=<NUM>.

-r, --replacement <REPLACEMENT> [<REPLACEMENT_OPTIONS>]

Replacement pattern.

-s, --sort <SORT_OPTIONS>

Sort matched files and directories.

<SORT_OPTIONS>: a[scending], c[reation-]t[ime], ci [culture-invariant], d[escending], m[ax-count]=<NUM>, m[odified-]t[ime], n[ame], s[ize].

-u, --summary

Show summary at the end of search.

-v, --verbosity <VERBOSITY>

The amount of information to display in the log.

<VERBOSITY>: q[uiet], m[inimal], n[ormal], d[etailed], di[agnostic].

Redirected/Piped Input

Redirected/piped input will be used as a list of paths separated with newlines.

Samples

Sample

Remove suffix "-foo" from all files in a current directory.

Syntax

orang rename ^
--name "\-foo$" part=name-without-extension ^
--replacement ""

Short Syntax

orang rename ^
-n "\-foo$" p=w ^
-r ""

Note: Syntax --replacement "" or -r "" can be omitted.

Sample

Normalize file extensions to lowercase.

Syntax

orang rename ^
--name ".*" equals part=extension ^
--modify to-lower

Short Syntax

orang rename -n ".*" e p=e ^
--modify tl