You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: completions/fish/ug+.fish
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ complete -c ug+ -l index -d 'Perform fast index-based recursive search'
63
63
complete-c ug+ -s J -r-ljobs-d'Specifies the number of threads spawned to search files'
64
64
complete-c ug+ -s j -l smart-case-d'Perform case insensitive matching, unless a pattern is specified with a literal upper case letter'
65
65
complete-c ug+ -l json -d'Output file matches in JSON'
66
-
complete-c ug+ -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop at line MAX when specified'
66
+
complete-c ug+ -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop reading input after line MAX'
67
67
complete-c ug+ -s k -l column-number -d'The column number of a pattern match is displayed in front of the respective matched line, starting at column 1'
68
68
complete-c ug+ -s L -l files-without-match -d'Only the names of files not containing selected lines are written to standard output'
69
69
complete-c ug+ -s l -l files-with-matches -d'Only the names of files containing selected lines are written to standard output'
70
70
complete-c ug+ -l label -d'Displays the LABEL value when input is read from standard input where a file name would normally be printed in the output'
71
71
complete-c ug+ -l line-buffered -d'Force output to be line buffered instead of block buffered'
72
72
complete-c ug+ -l lines -d'Boolean line matching mode for option --bool, the default mode'
73
73
complete-c ug+ -s M -r-lfile-magic -d'Only search files matching the magic signature pattern MAGIC'
74
-
complete-c ug+ -s m -r-l min-count-l max-count-d'Require MIN matches, stop after MAX matches when specified'
74
+
complete-c ug+ -s m -r-l min-count-l max-count-d'Require MIN matches, stop reading input upon MAX matches'
75
75
complete-c ug+ -l match -d'Match all lines'
76
76
complete-c ug+ -l max-files -d'Restrict the number of files matched to NUM'
77
77
complete-c ug+ -l max-size -d'Only search files whose physical size does not exceed MAX bytes'
Copy file name to clipboardExpand all lines: completions/fish/ug.fish
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ complete -c ug -l index -d 'Perform fast index-based recursive search'
63
63
complete-c ug -s J -r-ljobs-d'Specifies the number of threads spawned to search files'
64
64
complete-c ug -s j -l smart-case-d'Perform case insensitive matching, unless a pattern is specified with a literal upper case letter'
65
65
complete-c ug -l json -d'Output file matches in JSON'
66
-
complete-c ug -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop at line MAX when specified'
66
+
complete-c ug -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop reading input after line MAX'
67
67
complete-c ug -s k -l column-number -d'The column number of a pattern match is displayed in front of the respective matched line, starting at column 1'
68
68
complete-c ug -s L -l files-without-match -d'Only the names of files not containing selected lines are written to standard output'
69
69
complete-c ug -s l -l files-with-matches -d'Only the names of files containing selected lines are written to standard output'
70
70
complete-c ug -l label -d'Displays the LABEL value when input is read from standard input where a file name would normally be printed in the output'
71
71
complete-c ug -l line-buffered -d'Force output to be line buffered instead of block buffered'
72
72
complete-c ug -l lines -d'Boolean line matching mode for option --bool, the default mode'
73
73
complete-c ug -s M -r-lfile-magic -d'Only search files matching the magic signature pattern MAGIC'
74
-
complete-c ug -s m -r-l min-count-l max-count-d'Require MIN matches, stop after MAX matches when specified'
74
+
complete-c ug -s m -r-l min-count-l max-count-d'Require MIN matches, stop reading input upon MAX matches'
75
75
complete-c ug -l match -d'Match all lines'
76
76
complete-c ug -l max-files -d'Restrict the number of files matched to NUM'
77
77
complete-c ug -l max-size -d'Only search files whose physical size does not exceed MAX bytes'
Copy file name to clipboardExpand all lines: completions/fish/ugrep+.fish
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ complete -c ugrep+ -l index -d 'Perform fast index-based recursive search'
63
63
complete-c ugrep+ -s J -r-ljobs-d'Specifies the number of threads spawned to search files'
64
64
complete-c ugrep+ -s j -l smart-case-d'Perform case insensitive matching, unless a pattern is specified with a literal upper case letter'
65
65
complete-c ugrep+ -l json -d'Output file matches in JSON'
66
-
complete-c ugrep+ -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop at line MAX when specified'
66
+
complete-c ugrep+ -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop reading input after line MAX'
67
67
complete-c ugrep+ -s k -l column-number -d'The column number of a pattern match is displayed in front of the respective matched line, starting at column 1'
68
68
complete-c ugrep+ -s L -l files-without-match -d'Only the names of files not containing selected lines are written to standard output'
69
69
complete-c ugrep+ -s l -l files-with-matches -d'Only the names of files containing selected lines are written to standard output'
70
70
complete-c ugrep+ -l label -d'Displays the LABEL value when input is read from standard input where a file name would normally be printed in the output'
71
71
complete-c ugrep+ -l line-buffered -d'Force output to be line buffered instead of block buffered'
72
72
complete-c ugrep+ -l lines -d'Boolean line matching mode for option --bool, the default mode'
73
73
complete-c ugrep+ -s M -r-lfile-magic -d'Only search files matching the magic signature pattern MAGIC'
74
-
complete-c ugrep+ -s m -r-l min-count-l max-count-d'Require MIN matches, stop after MAX matches when specified'
74
+
complete-c ugrep+ -s m -r-l min-count-l max-count-d'Require MIN matches, stop reading input upon MAX matches'
75
75
complete-c ugrep+ -l match -d'Match all lines'
76
76
complete-c ugrep+ -l max-files -d'Restrict the number of files matched to NUM'
77
77
complete-c ugrep+ -l max-size -d'Only search files whose physical size does not exceed MAX bytes'
Copy file name to clipboardExpand all lines: completions/fish/ugrep.fish
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,15 +63,15 @@ complete -c ugrep -l index -d 'Perform fast index-based recursive search'
63
63
complete-c ugrep -s J -r-ljobs-d'Specifies the number of threads spawned to search files'
64
64
complete-c ugrep -s j -l smart-case-d'Perform case insensitive matching, unless a pattern is specified with a literal upper case letter'
65
65
complete-c ugrep -l json -d'Output file matches in JSON'
66
-
complete-c ugrep -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop at line MAX when specified'
66
+
complete-c ugrep -s K -r-l range -l min-line -l max-line -d'Start searching at line MIN, stop reading input after line MAX'
67
67
complete-c ugrep -s k -l column-number -d'The column number of a pattern match is displayed in front of the respective matched line, starting at column 1'
68
68
complete-c ugrep -s L -l files-without-match -d'Only the names of files not containing selected lines are written to standard output'
69
69
complete-c ugrep -s l -l files-with-matches -d'Only the names of files containing selected lines are written to standard output'
70
70
complete-c ugrep -l label -d'Displays the LABEL value when input is read from standard input where a file name would normally be printed in the output'
71
71
complete-c ugrep -l line-buffered -d'Force output to be line buffered instead of block buffered'
72
72
complete-c ugrep -l lines -d'Boolean line matching mode for option --bool, the default mode'
73
73
complete-c ugrep -s M -r-lfile-magic -d'Only search files matching the magic signature pattern MAGIC'
74
-
complete-c ugrep -s m -r-l min-count-l max-count-d'Require MIN matches, stop after MAX matches when specified'
74
+
complete-c ugrep -s m -r-l min-count-l max-count-d'Require MIN matches, stop reading input upon MAX matches'
75
75
complete-c ugrep -l match -d'Match all lines'
76
76
complete-c ugrep -l max-files -d'Restrict the number of files matched to NUM'
77
77
complete-c ugrep -l max-size -d'Only search files whose physical size does not exceed MAX bytes'
0 commit comments