Welcome to gosh! The end goal of this project is to allow you to use your terminal for everything! Do anything from math, playing music, sending emails, to searching the web but have these things be built into your terminal.
Use Gitpod, everything is preinstalled.
curl -s "https://raw.githubusercontent.com/gosh-terminal/gosh/master/tools/setup2.0.bash" | bash
source ~/.bashrcgit clone "https://github.com/gosh-terminal/gosh.git"
cd gosh
go install
export GOSH_HOME="$GOPATH/bin"