Skip to content

Commit bc9d79d

Browse files
committed
Added ripgrep-all
1 parent 74152d3 commit bc9d79d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| [`mtr`][mtr] | A network diagnostic tool, combining functionality of `traceroute` and `ping` | ![_][mtr-ghst] ![_][mtr-lang] ![_][mtr-ghlc] | <img width="300" src="./screenshots/mtr.png" /> |
2929
| [`procs`][procs] | A modern replacement for `ps` written in Rust. | ![_][procs-ghst] ![_][procs-lang] ![_][procs-ghlc] | <img width="300" src="./screenshots/procs.png" /> |
3030
| [`ripgrep`][ripgrep] | An extremely fast alternative to `grep` that respects your gitignore. | ![_][ripgrep-ghst] ![_][ripgrep-lang] ![_][ripgrep-ghlc] | <img width="300" src="./screenshots/ripgrep.gif" /> |
31+
| [`ripgrep-all`][ripgrep-all] | rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. | ![_][ripgrep-all-ghst] ![_][ripgrep-all-lang] ![_][ripgrep-all-ghlc] | <img width="300" src="./screenshots/ripgrep-all.png" /> |
3132
| [`rustscan`][rustscan] | The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). `nmap` alternative. | ![_][rustscan-ghst] ![_][rustscan-lang] ![_][rustscan-ghlc] | <img width="300" src="./screenshots/rustscan.gif" /> |
3233
| [`sd`][sd] | An intuitive find & replace CLI (`sed` alternative). | ![_][sd-ghst] ![_][sd-lang] ![_][sd-ghlc] | <img width="300" src="./screenshots/sd.png" /> |
3334
| [`tldr`][tldr] | A community effort to simplify `man` pages with practical examples. | ![_][tldr-ghst] ![_][tldr-lang] ![_][tldr-ghlc] | <img width="300" src="./screenshots/tldr.png" /> |
@@ -218,6 +219,13 @@
218219
[ripgrep-ghst]: https://img.shields.io/github/stars/BurntSushi/ripgrep?label=%E2%AD%90
219220
[ripgrep-lang]: https://img.shields.io/github/languages/top/BurntSushi/ripgrep
220221

222+
<!--ripgrep-all -->
223+
224+
[ripgrep-all]: https://github.com/phiresky/ripgrep-all
225+
[ripgrep-all-ghlc]: https://img.shields.io/github/last-commit/phiresky/ripgrep-all?label=%F0%9F%92%BB
226+
[ripgrep-all-ghst]: https://img.shields.io/github/stars/phiresky/ripgrep-all?label=%E2%AD%90
227+
[ripgrep-all-lang]: https://img.shields.io/github/languages/top/phiresky/ripgrep-all
228+
221229
<!--rustscan -->
222230

223231
[rustscan]: https://github.com/RustScan/RustScan

screenshots/ripgrep-all.png

65.4 KB
Loading

0 commit comments

Comments
 (0)