- Interpreting shell commands
- Running external programs and builtin commands like cd, pwd, echo and more.
- Redirecting standard streams
- Autocompletion on tab of builtins and external programs
- History
- Piping
- Ensure you have
bun (1.1)
installed locally - Run
./your_program.sh
- Prompt customization
- Test coverage
- Release on AUR
Made based on "Build Your Own Shell" Challenge.