Gosh is a simple shell for unix systems. It supports windows in so called 'fallback mode' using cmd.exe in background.
We will be compiling the project from source.
- You firstly must clone the git repo:
git clone https://github.com/marekor555/gosh
- Then move to the project:
cd gosh
- Get the libraries:
go get .
- Install the project:
go install .
- Now try the app:
gosh
If the above command fails, saying that gosh command is not found. You need to add go bin to path. And try again.