mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
Add ripgrep config
Now it's possible to use ripgrep without worrying about files with really long lines taking up the entire screen.
This commit is contained in:
parent
21169e1d1f
commit
0748f72be9
2
ripgrep/.config/ripgrep/config
Normal file
2
ripgrep/.config/ripgrep/config
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Don't show results for very long lines (e.g. minified files)
|
||||||
|
--max-columns=200
|
15
ripgrep/README.md
Normal file
15
ripgrep/README.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# ripgrep
|
||||||
|
|
||||||
|
[ripgrep][ripgrep] is a modern version of grep.
|
||||||
|
|
||||||
|
## Use Cases
|
||||||
|
|
||||||
|
ripgrep can be used to:
|
||||||
|
|
||||||
|
- Search for strings in projects
|
||||||
|
|
||||||
|
You should not use ripgrep if:
|
||||||
|
|
||||||
|
- You should use ripgrep.
|
||||||
|
|
||||||
|
[ripgrep]: https://github.com/BurntSushi/ripgrep
|
Loading…
Reference in New Issue
Block a user