All work
04/08

mygrep

A command-line search tool built from scratch in Rust.

  • CategorySystems / Rust
  • Year2026
  • RoleSystems Engineer

Grep is a Rust-based command-line search utility built to explore how practical text-search tools work under the hood. The project focuses on recursive file searching, line-oriented matching, terminal output, and progressively improving search strategies while keeping the interface simple and Unix-like.

Stack
  • Rust
  • CLI
  • File Systems
  • Text Search