这是indexloc提供的服务,不要输入任何密码
Skip to content

u5surf/gosh

 
 

Repository files navigation

gosh

Codacy Badge Setup Automated Pull Requests Welcome CodeFactor Open Source Love

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://raw.githubusercontent.com/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

About

Do everything from the terminal

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 65.2%
  • Shell 32.2%
  • Dockerfile 1.6%
  • Makefile 1.0%