remove ripgrep (#27)

This commit is contained in:
Takayuki Maeda 2021-05-28 10:00:48 +09:00 committed by GitHub
parent e7844be60b
commit fd1519ce03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
- [System tools](#system-tools)
- [Terminal](#terminal)
- [Text editors](#text-editors)
- [Text processing](#text-processing)
- [Utilities](#utilities)
- [Development tools](#development-tools)
- [Linters](#linters)
@ -110,12 +109,6 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
* [Amp](https://github.com/jmacdonald/amp) - A complete text editor for your terminal.
### Text processing
#### grep
* [ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
### Utilities
#### [codemod](https://github.com/facebook/codemod)