Skip to content

gosh-terminal/gosh

Repository files navigation

gosh

Codacy Badge Setup Automated Pull Requests Welcome CodeFactor GitHub repo size GitHub language count

Welcome to gosh! The end goal of this project is to allow you to use the terminal for everything! Do anything from math, playing music, sending emails, to searching the web, but have these things be built into your terminal.

Install

Homebrew (Recommend)

brew install gosh-terminal/homebrew-gosh/gosh

Gitpod

Use Gitpod, everything is preinstalled.

Open in Gitpod

One-line curl installer

curl -s "https://github.com/raw/gosh-terminal/gosh/master/tools/setup2.0.bash" | bash
source ~/.bashrc

Go Module

git clone "https://github.com/gosh-terminal/gosh.git"
cd gosh
go install
echo "export GOSH_HOME=\"$GOPATH/bin\"" >>~/.bashrc
source ~/.bashrc

DH Make

git clone "https://github.com/gosh-terminal/gosh.git"
cd gosh
dh_auto_install

Example of gosh