init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
10
technology/applications/cli/ripgrep.md
Normal file
10
technology/applications/cli/ripgrep.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
obj: application
|
||||
os:
|
||||
- linux
|
||||
repo: https://github.com/BurntSushi/ripgrep
|
||||
---
|
||||
# ripgrep
|
||||
#refactor
|
||||
[Repo](https://github.com/BurntSushi/ripgrep)
|
||||
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, [macOS](../../macos/macOS.md) and [Linux](../../linux/Linux.md) with binary downloads available for [every release](https://github.com/BurntSushi/ripgrep/releases). ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
|
Loading…
Add table
Add a link
Reference in a new issue