Implementing a zsh-like shell from scratch in Odin.
- Builtin commands:
echo,type,pwd,cd,exit - Running external programs via
PATHlookup - Output redirection (
>,>>,2>,2>>) - Tab completion for commands and file paths
- Quote handling (single and double) with escape sequences