Unix shell 🐚
A command-line interpreter or shell that provides a command line user interface for Unix-like operating systems.
The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.
Users generally interact with a Unix shell using a terminal emulator.
- bash
- csh
- zsh
- fish
- elvish
- oil - http://oilshell.org
- https://github.com/danishprakash/dash – Unix shell written in C
- https://github.com/tudurom/rwsh – really weird Shell
- etc, etc.
Awesome
- https://github.com/alebcay/awesome-shell
- https://github.com/unixorn/awesome-zsh-plugins
- https://github.com/jorgebucaran/awsm.fish
Links
Why Create a New Unix Shell?
http://oilshell.org/blog/2021/01/why-a-new-shell.html