My take at CodeCrafter's Build Your Own Shell challenge
-
Updated
Dec 8, 2025 - C#
My take at CodeCrafter's Build Your Own Shell challenge
My Python solution to CodeCrafters' Build your own Shell challenge (43 stages).
Codecrafters Command Line Project
A minimal Unix-style shell in Go featuring raw-mode line editing, quote-aware parsing, tab completion, built-in commands (cd, echo, pwd, type, history), I/O redirection, and arbitrary-length pipelines powered by goroutines and io.Pipe.
A POSIX-compliant shell built as part of the Codecrafters challenge, featuring support for built-in commands, I/O redirection, and external program execution.
Codecrafters shell cpp challenge
codecrafters.io "Build your own Shell" challenge completed in rust
A a custom shell implementation, built as part Codecrafter's "Build Your Own Shell" Challenge.
Build your own shell using Go
Custom Python shell implementing basic commands and external program execution
Built my own shell to understand how terminals work under the hood.
This is my solution in C to the "Build Your Own Shell" Challenge.
My C solution to CodeCrafters' Build your own Shell challenge (43 stages).
I am a big fan of Oh-my-zsh and Oh-my-posh shells. This is just a try to building my own one.
CodeCrafters challenge: Build your own Shell
A minimal POSIX-compliant shell implemented in Go.
Source code of my solution to the CodeCrafters' "Build your own Shell" challenge
Add a description, image, and links to the codecrafters-shell topic page so that developers can more easily learn about it.
To associate your repository with the codecrafters-shell topic, visit your repo's landing page and select "manage topics."