You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A feature-rich Unix shell implementation in C++ featuring intelligent tab completion, I/O redirection, pipelines, and builtin commands. Built from scratch with raw terminal input handling, Trie-based autocompletion, and dynamic PATH executable discovery, please view the master branch.