ripgrep
Here are 52 public repositories matching this topic...
-
Updated
Apr 21, 2020 - Python
This file structure:
$ ls
mycode.c other_file.c
$ git init
Initialized empty Git repository in /home/gauthier/tmp/dumb/.git/
$ git add mycode.c && git commit -m"Init"
[master (root-commit) 5271e5a] Init
1 file changed, 15 insertions(+)
create mode 100644 mycode.c
mycode.c:
typedef int my_type_t;
my_type_t a;
my_type_t my_function(my_type_t in);
int main(void)
This is a feature request/suggestion.
It would be cool if there was a command that could be used to collapse all files, as currently can be done with tab for individual files.
Maybe use the same convension as Magit does? Since there only are two states and no hierarchy Alt-1 could be used for "all hidden" and Alt-2 for "all visible"
WDYT?
It took me a bit to figure out what was wrong here, and I don't think it is documented
anywhere. Here are a couple issues I ran into:
-
If custom colors are defined in ~/.ripgreprc, eg.
--colors=path:fg:cyanetc. then
font-locking and other functions in the rg-results buffer don't work. -
Using
xterm-color-filteralso breaks rg's compilation (fromxterm-colorlibrary)
I usually
-
Updated
Mar 25, 2020 - Shell
@BurntSushi rightly reported that the 0.3.0 benchmarks do not pass '-u' to rg, thus giving the other utilities which don't look at .gitignore files an arguable unfair advantage. Address this.
Also, document how to obtain the corpi and run the benchmarks. This was slated for 0.3.0 (in my best intentions at least), but didn't make it. Maybe add rg's Linux corpus into the mix as well, it's a more
Something goes south when accidentally entering '+' or presumably other regex characters, this might be because of how strings are managed on the python side. Could there be some way to escapte these characters before filtering?
It seems the develop branch is no longer used so making PRs of the master branch makes more sense at the moment.
-
Updated
Dec 10, 2019 - Rust
-
Updated
Apr 23, 2020 - C++
-
Updated
Aug 29, 2018 - Python
-
Updated
Apr 14, 2019 - Shell
-
Updated
Feb 19, 2018 - Go
Add more cli tools
Add the following tools:
- mtr
- pydf
- mc: file manager
- lftp
- aria2
- nnn
For the following platforms:
- Debian based distros
- Arch Based Distros
- MacOS
- Red Hat
-
Updated
Jan 17, 2020 - Shell
Add README
There should be a clear README describing
- some of the essential functionality;
- Installation procedures;
- How to contribute;
-
Updated
Mar 9, 2019
Improve this page
Add a description, image, and links to the ripgrep topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ripgrep topic, visit your repo's landing page and select "manage topics."
What version of ripgrep are you using?
How did you install ripgrep?
Cargo
What operating system are you using ripgrep on?
Ubuntu
Describe your question, feature request, or bug.
Sometimes you end up inside a directory that's actually gitignored, and search for stuff. Of course,