GOSHell
DOCUMENTATION
GOShell (or gosh in short) is a userfriendly customizable shell written in Golang
All major platforms (Windows, Linux, BSD, macOS) are supported.
Installation currently happens directly from source:
~ git clone https://github.com/RythenGlyth/gosh
~ cd gosh/src
~ go build -o goshell
~ sudo install -Dm755 goshell /usr/local/bin/
Contributions of any form are always welcome. If you have a GPG key, please sign your commits.