extremely simple unix shell written in go
git clone https://github.com/skovati/gosh
cd gosh
go install
gosh
exit
- change directory
- prints working directory
- ANSI colored prompt
- Makefile
- history
- pipe redirection
- background commands
- colored output
- Ctrl-D and Ctrl-L support