mirror of
https://github.com/TaKO8Ki/awesome-alternatives-in-rust
synced 2024-11-10 06:04:13 +00:00
Move grep to text processing (#53)
* move grep to text processing * change grep to ripgrep * fix toc
This commit is contained in:
parent
133f81ef0c
commit
0a0e979d32
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue