-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_ugrep
73 lines (52 loc) · 2.21 KB
/
dot_ugrep
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# default .ugrep configuration file used by ug and ugrep --config.
#
# A long option is defined per line with an optional `=' and its argument,
# when applicable. Empty lines and lines starting with a `#' are ignored.
#
# Try `ugrep --help' or `ugrep --help WHAT' for more information.
### TERMINAL DISPLAY ###
# Custom color scheme overrides default GREP_COLORS parameters
colors=
# The argument is a colon-separated list of one or more parameters `sl='
# (selected line), `cx=' (context line), `mt=' (matched text), `ms=' (match
# selected), `mc=' (match context), `fn=' (file name), `ln=' (line number),
# `cn=' (column number), `bn=' (byte offset), `se=' (separator). Parameter
# values are ANSI SGR color codes or `k' (black), `r' (red), `g' (green), `y'
# (yellow), `b' (blue), `m' (magenta), `c' (cyan), `w' (white). Upper case
# specifies background colors. A `+' qualifies a color as bright. A
# foreground and a background color may be combined with font properties `n'
# (normal), `f' (faint), `h' (highlight), `i' (invert), `u' (underline).
# Enable/disable color
color
# Enable/disable query UI confirmation prompts, default: confirm
confirm
# Enable/disable query UI file viewing command with CTRL-Y, default: view
view
# Enable/disable or specify a pager for terminal output, default: no-pager
no-pager
# Enable/disable pretty output to the terminal, default: no-pretty
no-pretty
# Enable/disable headings for terminal output, default: no-heading
# no-heading
### SEARCH PATTERNS ###
# Enable/disable case-insensitive search, default: no-ignore-case
# no-ignore-case
# Enable/disable smart case, default: no-smart-case
# no-smart-case
# Enable/disable empty pattern matches, default: no-empty
# no-empty
### SEARCH TARGETS ###
# Enable/disable searching hidden files and directories, default: no-hidden
no-hidden
# Enable/disable binary files, default: no-ignore-binary
no-ignore-binary
# Enable/disable decompression and archive search, default: no-decompress
no-decompress
# Maximum decompression and de-archiving nesting levels, default: 1
zmax=1
# Enable/disable ignore files, default: no-ignore-files
ignore-files=.ignore
ignore-files=.gitignore
### OUTPUT ###
# Enable/disable sorted output, default: no-sort
# no-sort