← BACK TO GALLERY

ripgrep

Search ⎇ github.com/BurntSushi/ripgrep Last built Aug 19, 2026
VM INSTANCE // ripgrep · demoshell/tui:ripgrep
◍ PRIVATE VM
ripgrep running in the terminal
downloads up to ≈ 38.5 MB
This VM is emulated in your browser, so software can feel slower here than it does on a real machine.

ripgrep searches a whole directory tree by regex and tells you how long it took. It skips what .gitignore lists and what is binary without being asked, which is most of the reason it is quick.

The demo opens git's own source — 4,523 files it will search and 84 more it will skip. Try rg the_repository --stats, then -t c to search only the C files, -C 2 for the lines around each hit, -l for file names only, and --no-ignore to look inside the one file .gitignore has been hiding. The VM is private to your browser tab; nothing you type leaves it.

grepregexfastrust
Request changes or removal

This demo of ripgrep (demoshell/tui:ripgrep) was built by Demoshell and is not affiliated with the project. Tell us what to change, or ask us to take it down.