Skip to main content

List of Option Values

<ASK_MODE>

ValueShortcutDescription
filefAsk for confirmation after each file.
valuevAsk for confirmation after each value.

<ATTRIBUTES>

ValueShortcutDescription
archive
compressed
directoryd
emptye
encrypted
filef
hiddenh
integrity-stream
normal
no-scrub-data
not-content-indexed
offline
read-onlyr
reparse-pointrp
sparse-file
systems
temporary

<COMPARE_OPTIONS>

ValueShortcutDescription
nonenCompare files only by name.
attributesaCompare file attributes.
contentcCompare file content.
modified-timemtCompare time a file was last modified.
sizesCompare file size.

<CONFLICT_RESOLUTION>

ValueShortcutDescription
askaAsk when a file or already exists.
overwriteoOverwrite a file when it already exists.
suffixAdd suffix to file name if it already exists.
skipsDo not copy or move a file if it already exists.

<CONTENT_MODE>

ValueShortcutDescription
all-linesaDisplay all lines.
linelDisplay entire line containing the matched value.
unmatched-linesuDisplay all lines that do not contain the matched value.
valuevDisplay just the matched value.
value-detaildDisplay matched value and include information about each value such as index or length.
omitoDo not display file's content.

<EXTENSION_OPTIONS>

ValueShortcutDescription
case-sensitivecsUse case-sensitive matching.
culture-invariantciIgnore cultural differences between languages.
from-filefLoad pattern from a file.
list-separator=<SEPARATOR>lsString that separates each value in a list. Default value is comma (,) or newline if the list is loaded from a file.
literallPattern should be treated as a literal expression and not as a regular expression.
negativeneSearch succeeds if the regular expression does not match.
timeout=<NUM>Match time-out interval in seconds.

<FILE_PROPERTIES>

ValueShortcutDescription
creation-time=<DATE>ctShow file's creation time and optionally define condition (See 'Expression syntax' for other expressions).
modified-time=<DATE>mtShow file's modified time and optionally define condition (See 'Expression syntax' for other expressions).
size=<NUM>sShow file's size and optionally define condition (See 'Expression syntax' for other expressions).

<FUNCTION>

ValueShortcutDescription
sortSort values in an ascending order.
sort-descendingSort values in a descending order.
distinctReturn distinct values.
groupGroup matching files by matched values.
sort-by=<SORT_PROPERTY>

<HIGHLIGHT>

ValueShortcutDescription
nonenNo highlighting.
matchmHighlight match value.
replacementrHighlight replacement value.
splitsHighlight split value.
empty-matchemHighlight match value that is empty string.
empty-replacementerHighlight replacement value that is empty string.
empty-splitesHighlight split value that is empty string.
emptyeHighlight value that is empty string.
boundarybHighlight start and end of the value.
tabtHighlight tab character.
carriage-returncrHighlight carriage return character.
linefeedlfHighlight linefeed character.
newlineHighlight carriage return and linefeed characters.
spaceHighlight space character.

<INPUT_OPTIONS>

ValueShortcutDescription
escapeeInterpret literals \a, \b, \f, \n, \r, \t and \v as character escapes.

<NAME_PART>

ValueShortcutDescription
extensioneSearch in file extension.
full-namefSearch in full path.
namenSearch in file name and its extension.
name-without-extensionwSearch in file name without extension.

<OUTPUT_OPTIONS>

ValueShortcutDescription
encoding=<ENCODING>e
verbosity=<VERBOSITY>v
appendaIf the file exists output will be appended to the end of the file.

<PATH_MODE>

ValueShortcutDescription
fullfDisplay full path.
relativerDisplay path relatively to the base directory.
matchmDisplay only match.
omitoDo not display path.

<PATTERN_OPTIONS>

ValueShortcutDescription
compiledCompile the regular expression to an assembly.
culture-invariantciIgnore cultural differences between languages.
ecma-scriptesEnable ECMAScript-compliant behavior for the expression.
ends-withewPattern should match from the end of the input string.
equalsePattern should match whole input string.
explicit-capturenDo not capture unnamed groups.
from-filefLoad pattern from a file.
group=<GROUP_NAME>g
ignore-caseiUse case-insensitive matching.
ignore-pattern-whitespacexExclude unescaped white-space from the pattern and enable comments after a number sign (#).
listliInterpret pattern as a list of patterns any of which is to be matched. Separator is either comma (,) or newline if the list is loaded from a file.
length=<NUM>Include matches whose length matches the expression (See 'Expression syntax' for other expressions).
list-separator=<SEPARATOR>lsString that separates each value in a list. Default value is comma (,) or newline if the list is loaded from a file.
literallPattern should be treated as a literal expression and not as a regular expression.
multilinem^ and $ match the beginning and end of each line (instead of the beginning and end of the input string).
negativeneSearch succeeds if the regular expression does not match.
part=<NAME_PART>pThe part of a file or a directory name that should be matched.
right-to-leftrSpecifies that the search will be from right to left.
singlelinesThe period (.) matches every character (instead of every character except \n).
starts-withswPattern should match from the start of the input string.
timeout=<NUM>Match time-out interval in seconds.
whole-linewlPattern should match whole line.
whole-wordwPattern should match whole word.

<PIPE_MODE>

ValueShortcutDescription
texttUse redirected input as a text to be searched.
pathspUse redirected input as a list of paths separated with newlines.

<REGEX_OPTIONS>

ValueShortcutDescription
compiledcCompile the regular expression to an assembly.
culture-invariantciIgnore cultural differences between languages.
ecma-scriptesEnable ECMAScript-compliant behavior for the expression.
explicit-capturenDo not capture unnamed groups.
ignore-caseiUse case-insensitive matching.
ignore-pattern-whitespacexExclude unescaped white-space from the pattern and enable comments after a number sign (#).
multilinem^ and $ match the beginning and end of each line (instead of the beginning and end of the input string).
right-to-leftrSpecifies that the search will be from right to left.
singlelinesThe period (.) matches every character (instead of every character except \n).

<REPLACE_MODIFY>

ValueShortcutDescription
culture-invariantciIgnore cultural differences between languages.
to-lowertlConvert value to lowercase.
to-uppertuConvert value to uppercase.
trimtTrim leading and trailing white-space.
trim-endteTrim trailing white-space.
trim-starttsTrim leading white-space.

<REPLACEMENT_OPTIONS>

ValueShortcutDescription
from-filefLoad text from a file whose path is specified in <REPLACEMENT> value.
literallReplacement should be treated as a literal expression and not as a replacement expression.
escapeeInterpret literals \a, \b, \f, \n, \r, \t and \v as character escapes.
csharpcs<REPLACEMENT> is either expression-body of a method with signature 'string M(Match match)' or a path to a code file that contains public method with signature 'string M(Match match)'. Imported namespaces (when inline expression is specified): System System.Collections.Generic System.Linq System.Text System.Text.RegularExpressions
from-dll<REPLACEMENT> is a path to a method in DLL file. The format is 'DllPath,FullTypeName.MethodName'.

<SORT_OPTIONS>

ValueShortcutDescription
ascendingaSort items in ascending order.
creation-timectSort items by creation time.
culture-invariantciIgnore cultural differences between languages.
descendingdSort items in descending order.
max-count=<NUM>mShow only <NUM> items.
modified-timemtSort items by last modified time.
namenSort items by full name.
sizesSort items by size.

<SORT_PROPERTY>

ValueShortcutDescription
lengthlSort values by value's length.
countcSort values by group's count.

<SYNC_CONFLICT_RESOLUTION>

ValueShortcutDescription
aska
first-winsf
second-winss

<SYNTAX_SECTIONS>

ValueShortcutDescription
alternation-constructsac
anchorsa
backreference-constructsb
character-classesc
character-escapesce
general-categoriesgc
grouping-constructsg
miscellaneousm
named-blocksn
optionso
regex-optionsro
quantifiersq
substitutionss
all

<VERBOSITY>

ValueShortcutDescription
quietq
minimalm
normaln
detailedd
diagnosticdi