Move grep to text processing (#53)

* move grep to text processing

* change grep to ripgrep

* fix toc
This commit is contained in:
Takayuki Maeda 2021-05-29 16:22:57 +09:00 committed by GitHub
parent 133f81ef0c
commit 0a0e979d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
- [System tools](#system-tools)
- [Terminal](#terminal)
- [Text editors](#text-editors)
- [Text processing](#text-processing)
- [Utilities](#utilities)
- [Development tools](#development-tools)
- [Command runners](#command-runners)
@ -71,10 +72,6 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
* [coreutils](https://github.com/uutils/coreutils) - Cross-platform Rust rewrite of the GNU coreutils
#### grep
* [grep](https://github.com/BurntSushi/ripgrep) - A replacement for grep
#### hexdump
* [hexyl](https://github.com/sharkdp/hexyl) - A command-line hex viewer
@ -133,6 +130,12 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
* [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 gitignorei
### Utilities
#### [codemod](https://github.com/facebook/codemod)