|
4 | 4 | * [\<ATTRIBUTES>](#attributes)
|
5 | 5 | * [\<COMPARE_OPTIONS>](#compare_options)
|
6 | 6 | * [\<CONFLICT_RESOLUTION>](#conflict_resolution)
|
7 |
| -* [\<CONTENT_DISPLAY>](#content_display) |
8 |
| -* [\<DISPLAY_OPTIONS>](#display_options) |
| 7 | +* [\<CONTENT_MODE>](#content_mode) |
9 | 8 | * [\<EXTENSION_OPTIONS>](#extension_options)
|
10 | 9 | * [\<FILE_PROPERTIES>](#file_properties)
|
11 | 10 | * [\<HIGHLIGHT>](#highlight)
|
12 | 11 | * [\<INPUT_OPTIONS>](#input_options)
|
13 |
| -* [\<MAX_OPTIONS>](#max_options) |
14 | 12 | * [\<MODIFY_OPTIONS>](#modify_options)
|
15 | 13 | * [\<NAME_PART>](#name_part)
|
16 | 14 | * [\<OUTPUT_OPTIONS>](#output_options)
|
17 |
| -* [\<PATH_DISPLAY>](#path_display) |
| 15 | +* [\<PATH_MODE>](#path_mode) |
18 | 16 | * [\<PATTERN_OPTIONS>](#pattern_options)
|
19 | 17 | * [\<PIPE_MODE>](#pipe_mode)
|
20 | 18 | * [\<REGEX_OPTIONS>](#regex_options)
|
|
74 | 72 | | suffix | | Add suffix to file name if it already exists\. |
|
75 | 73 | | skip | s | Do not copy or move a file if it already exists\. |
|
76 | 74 |
|
77 |
| -## \<CONTENT\_DISPLAY> |
| 75 | +## \<CONTENT\_MODE> |
78 | 76 |
|
79 | 77 | | Value | | Description |
|
80 | 78 | | ---------------- | --- | ---------------------------------------------------------------------------------------- |
|
|
85 | 83 | | value\-detail | d | Display matched value and include information about each value such as index or length\. |
|
86 | 84 | | omit | o | Do not display file's content\. |
|
87 | 85 |
|
88 |
| -## \<DISPLAY\_OPTIONS> |
89 |
| - |
90 |
| -| Value | | Description | |
91 |
| -| ---------------------------------------------- | --- | ---------------------------------------------------------------------- | |
92 |
| -| content=[\<CONTENT_DISPLAY>](#content_display) | c | | |
93 |
| -| context=\<NUM> | co | A number of lines to display before and after matching line\. | |
94 |
| -| context\-before=\<NUM> | b | A number of lines to display before matching line\. | |
95 |
| -| context\-after=\<NUM> | a | A number of lines to display after matching line\. | |
96 |
| -| count | c | Include number of matches in file\. | |
97 |
| -| creation\-time | ct | Include file creation time\. | |
98 |
| -| indent=\<INDENT> | | Indentation for a list of results\. Default indentation are 2 spaces\. | |
99 |
| -| line\-number | l | Include line number\. | |
100 |
| -| modified\-time | mt | Include file last modified time\. | |
101 |
| -| no\-align | | Do not align columns\. | |
102 |
| -| path=[\<PATH_DISPLAY>](#path_display) | p | | |
103 |
| -| size | s | Include file size\. | |
104 |
| -| separator=\<SEPARATOR> | s | String that separate each value\. | |
105 |
| -| summary | su | Include summary\. | |
106 |
| -| trim\-line | | Trim leading and trailing white\-space from a line\. | |
107 |
| - |
108 | 86 | ## \<EXTENSION\_OPTIONS>
|
109 | 87 |
|
110 | 88 | | Value | | Description |
|
|
119 | 97 |
|
120 | 98 | ## \<FILE\_PROPERTIES>
|
121 | 99 |
|
122 |
| -| Value | | Description | |
123 |
| -| ---------------------- | --- | --------------------------------------------------------------------------------- | |
124 |
| -| creation\-time=\<DATE> | ct | Filter files by creation time \(See 'Expression syntax' for other expressions\)\. | |
125 |
| -| modified\-time=\<DATE> | mt | Filter files by modified time \(See 'Expression syntax' for other expressions\)\. | |
126 |
| -| size=\<NUM> | s | Filter files by size \(See 'Expression syntax' for other expressions\)\. | |
| 100 | +| Value | | Description | |
| 101 | +| ---------------------- | --- | ------------------------------------------------------------------------------------------------------------- | |
| 102 | +| creation\-time=\<DATE> | ct | Show file's creation time and optionally define condition \(See 'Expression syntax' for other expressions\)\. | |
| 103 | +| modified\-time=\<DATE> | mt | Show file's modified time and optionally define condition \(See 'Expression syntax' for other expressions\)\. | |
| 104 | +| size=\<NUM> | s | Show file's size and optionally define condition \(See 'Expression syntax' for other expressions\)\. | |
127 | 105 |
|
128 | 106 | ## \<HIGHLIGHT>
|
129 | 107 |
|
|
150 | 128 | | ------ | --- | ------------------------------------------------------------------------------ |
|
151 | 129 | | escape | e | Interpret literals \\a, \\b, \\f, \\n, \\r, \\t and \\v as character escapes\. |
|
152 | 130 |
|
153 |
| -## \<MAX\_OPTIONS> |
154 |
| - |
155 |
| -| Value | | Description | |
156 |
| -| -------------- | --- | --------------------------------------------------------------- | |
157 |
| -| \<NUM> | | Stop searching after \<NUM> matching files and/or directories\. | |
158 |
| -| matches=\<NUM> | m | Stop searching in each file after \<NUM> matches\. | |
159 |
| - |
160 | 131 | ## \<MODIFY\_OPTIONS>
|
161 | 132 |
|
162 | 133 | | Value | | Description |
|
|
170 | 141 | | except | | Return values from first file except values from second file\. |
|
171 | 142 | | intersect | | Return values that were found in all files\. |
|
172 | 143 | | group | | Group matching files by matched values\. |
|
| 144 | +| count | | Show number of values in a group\. | |
173 | 145 | | ignore\-case | i | Use case\-insensitive matching\. |
|
174 | 146 | | remove\-empty | re | Remove values that are empty strings\. |
|
175 | 147 | | remove\-white\-space | rw | Remove values that are empty or consist of white\-space\. |
|
|
197 | 169 | | verbosity=[\<VERBOSITY>](#verbosity) | v | |
|
198 | 170 | | append | a | If the file exists output will be appended to the end of the file\. |
|
199 | 171 |
|
200 |
| -## \<PATH\_DISPLAY> |
| 172 | +## \<PATH\_MODE> |
201 | 173 |
|
202 | 174 | | Value | | Description |
|
203 | 175 | | -------- | --- | ----------------------------------------------- |
|
|
294 | 266 | | Value | | Description |
|
295 | 267 | | ------ | --- | ------------------------------- |
|
296 | 268 | | length | l | Sort values by value's length\. |
|
| 269 | +| count | c | Sort values by group's count\. | |
297 | 270 |
|
298 | 271 | ## \<SYNC\_CONFLICT\_RESOLUTION>
|
299 | 272 |
|
|
317 | 290 | | miscellaneous | m | |
|
318 | 291 | | named\-blocks | n | |
|
319 | 292 | | options | o | |
|
| 293 | +| regex\-options | ro | | |
320 | 294 | | quantifiers | q | |
|
321 | 295 | | substitutions | s | |
|
| 296 | +| all | | | |
322 | 297 |
|
323 | 298 | ## \<VERBOSITY>
|
324 | 299 |
|
|
341 | 316 | | `x>=n` |
|
342 | 317 | | `x=<min;max>` | Inclusive interval |
|
343 | 318 | | `x=(min;max)` | Exclusive interval |
|
344 |
| -| `x=-d\|[d.]hh:mm[:ss]` | x is greater than actual date \- \<VALUE> | |
| 319 | +| `x=-d|[d.]hh:mm[:ss]` | x is greater than actual date \- \<VALUE> | |
345 | 320 |
|
346 | 321 | *\(Generated with [DotMarkdown](http://github.com/JosefPihrt/DotMarkdown)\)*
|
0 commit comments