a minimal unix-like shell written in rust.
this project is a hands-on learning journey, built alongside my growing understanding of rust and systems programming.
the goal is to explore how shells work under the hood and to learn system design, advanced programming practices, and real-world computing concepts by building them from scratch. this includes how a shell interacts with the operating system and how software is actually executed on a computer.
beyond technical depth, there is something deeply satisfying about understanding a tool you use every day.
if you are reading this early version of the readme, it means the project is still in an active learning phase. over time, as the implementation matures, this repository will evolve into a more complete and polished open-source project, and the documentation will grow with it.
until then, let’s get rusty.