The world's worst shell.
I'm building olshell to be my daily driven shell, since I haven't yet found a decent shell for windows and just decided to make my own.
- Builtins
- Scripting
- Pipes and redirection
- History
- Tab Completion (kinda wokrs)
- Aliases
-
Clone the repo:
git clone https://github.com/Oltsu-code/olsh.git cd olsh -
Build:
mkdir build && cd build cmake .. cmake --build .
-
Run:
./olshell
Please follow these instructions for contributing.
This project is licensed under the PolyForm Noncommercial License 1.0.0 — free for noncommercial use only. Attribution required: preserve LICENSE and NOTICE, and credit the original “olshell” project in forks/derivatives (see NOTICE for wording). For commercial licensing, contact the authors.