Skip to content

Commit 5f6f5bd

Browse files
committed
released 7.8
1 parent 660ae41 commit 5f6f5bd

23 files changed

Lines changed: 55 additions & 46 deletions

bin/win32/ug.exe

8.5 KB
Binary file not shown.

bin/win32/ugrep-indexer.exe

11.5 KB
Binary file not shown.

bin/win32/ugrep.exe

8.5 KB
Binary file not shown.

bin/win64/ug.exe

6.5 KB
Binary file not shown.

bin/win64/ugrep-indexer.exe

10.5 KB
Binary file not shown.

bin/win64/ugrep.exe

6.5 KB
Binary file not shown.

completions/bash/ug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ cat <<'END'
332332
-u, --ungroup Do not group multiple pattern matches on the same matched line.
333333
-V, --version Display version with linked libraries and exit.
334334
-v, --invert-match Selected lines are those not matching any of the specified patterns.
335-
--view[=COMMAND] Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y.
335+
--view[=[+]COMMAND] Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y, +COMMAND waits for a key press after COMMAND terminated.
336336
-W, --with-hex Output binary matches in hexadecimal, leaving text matches alone.
337337
-w, --word-regexp The PATTERN is searched for as a word, such that the matching text is preceded by a non-word character and is followed by a non-word character.
338338
--width[=NUM] Truncate the output to NUM visible characters per line.

completions/fish/ug+.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ complete -c ug+ -s U -l ascii -l binary -d 'Disables Unicode matching for ASCII
110110
complete -c ug+ -s u -l ungroup -d 'Do not group multiple pattern matches on the same matched line'
111111
complete -c ug+ -s V -l version -d 'Display version with linked libraries and exit'
112112
complete -c ug+ -s v -l invert-match -d 'Selected lines are those not matching any of the specified patterns'
113-
complete -c ug+ -l view -d 'Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y'
113+
complete -c ug+ -l view -d 'Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y, +COMMAND waits for a key press after COMMAND terminated'
114114
complete -c ug+ -s W -l with-hex -d 'Output binary matches in hexadecimal, leaving text matches alone'
115115
complete -c ug+ -s w -l word-regexp -d 'The PATTERN is searched for as a word, such that the matching text is preceded by a non-word character and is followed by a non-word character'
116116
complete -c ug+ -l width -d 'Truncate the output to NUM visible characters per line'

completions/fish/ug.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ complete -c ug -s U -l ascii -l binary -d 'Disables Unicode matching for ASCII a
110110
complete -c ug -s u -l ungroup -d 'Do not group multiple pattern matches on the same matched line'
111111
complete -c ug -s V -l version -d 'Display version with linked libraries and exit'
112112
complete -c ug -s v -l invert-match -d 'Selected lines are those not matching any of the specified patterns'
113-
complete -c ug -l view -d 'Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y'
113+
complete -c ug -l view -d 'Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y, +COMMAND waits for a key press after COMMAND terminated'
114114
complete -c ug -s W -l with-hex -d 'Output binary matches in hexadecimal, leaving text matches alone'
115115
complete -c ug -s w -l word-regexp -d 'The PATTERN is searched for as a word, such that the matching text is preceded by a non-word character and is followed by a non-word character'
116116
complete -c ug -l width -d 'Truncate the output to NUM visible characters per line'

completions/fish/ugrep+.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ complete -c ugrep+ -s U -l ascii -l binary -d 'Disables Unicode matching for ASC
110110
complete -c ugrep+ -s u -l ungroup -d 'Do not group multiple pattern matches on the same matched line'
111111
complete -c ugrep+ -s V -l version -d 'Display version with linked libraries and exit'
112112
complete -c ugrep+ -s v -l invert-match -d 'Selected lines are those not matching any of the specified patterns'
113-
complete -c ugrep+ -l view -d 'Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y'
113+
complete -c ugrep+ -l view -d 'Use COMMAND to view/edit a file in -Q query TUI by pressing CTRL-Y, +COMMAND waits for a key press after COMMAND terminated'
114114
complete -c ugrep+ -s W -l with-hex -d 'Output binary matches in hexadecimal, leaving text matches alone'
115115
complete -c ugrep+ -s w -l word-regexp -d 'The PATTERN is searched for as a word, such that the matching text is preceded by a non-word character and is followed by a non-word character'
116116
complete -c ugrep+ -l width -d 'Truncate the output to NUM visible characters per line'

0 commit comments

Comments
 (0)