Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
5fad26ca
Unverified
Commit
5fad26ca
authored
Feb 11, 2022
by
Carlo Sala
Committed by
GitHub
Feb 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ripgrep): update `rg` completion to v13.0.0 (#10687)
Source:
https://github.com/BurntSushi/ripgrep/blob/13.0.0/complete/_rg
parent
69e29378
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
README.md
plugins/ripgrep/README.md
+0
-4
_ripgrep
plugins/ripgrep/_ripgrep
+3
-1
No files found.
plugins/ripgrep/README.md
View file @
5fad26ca
...
...
@@ -7,7 +7,3 @@ To use it, add `ripgrep` to the plugins array in your zshrc file:
```
zsh
plugins
=(
... ripgrep
)
```
Completion is taken from the ripgrep release
[
`12.1.1`
](
https://github.com/BurntSushi/ripgrep/releases/tag/12.1.1
)
.
Updated on April 1st, 2021.
plugins/ripgrep/_ripgrep
View file @
5fad26ca
...
...
@@ -121,7 +121,7 @@ _rg() {
"(pretty-vimgrep)--no-heading[don't show matches grouped by file name]"
+
'(hidden)'
# Hidden-file options
'--hidden
[search hidden files and directories]'
{
-.,--hidden
}
'
[search hidden files and directories]'
$no
"--no-hidden[don't search hidden files and directories]"
+
'(hybrid)'
# hybrid regex options
...
...
@@ -303,6 +303,8 @@ _rg() {
'--context-separator=[specify string used to separate non-continuous context lines in output]:separator'
$no
"--no-context-separator[don't print context separators]"
'--debug[show debug messages]'
'--field-context-separator[set string to delimit fields in context lines]'
'--field-match-separator[set string to delimit fields in matching lines]'
'--trace[show more verbose debug messages]'
'--dfa-size-limit=[specify upper size limit of generated DFA]:DFA size (bytes)'
"(1 stats)--files[show each file that would be searched (but don't search)]"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment