https://github.com/gosh-terminal/gosh
Do everything from the terminal
https://github.com/gosh-terminal/gosh
autocomplete gitpod golang goshell shell terminal unix-shell
Last synced: 5 days ago
JSON representation
Do everything from the terminal
- Host: GitHub
- URL: https://github.com/gosh-terminal/gosh
- Owner: gosh-terminal
- License: mit
- Created: 2019-10-15T02:34:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-26T19:00:51.000Z (about 2 months ago)
- Last Synced: 2025-11-29T15:30:07.761Z (about 2 months ago)
- Topics: autocomplete, gitpod, golang, goshell, shell, terminal, unix-shell
- Language: Go
- Homepage: https://gosh-terminal.github.io/docs/
- Size: 7.42 MB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# gosh
[](https://www.codacy.com/manual/gosh-terminal/gosh_2?utm_source=github.com&utm_medium=referral&utm_content=gosh-terminal/gosh&utm_campaign=Badge_Grade)
[](https://gitpod.io/from-referrer/)
[](http://makeapullrequest.com)
[](https://www.codefactor.io/repository/github/gosh-terminal/gosh)


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)
```bash
brew install gosh-terminal/homebrew-gosh/gosh
```
### Gitpod
Use Gitpod, everything is preinstalled.
[](https://gitpod.io/#https://github.com/gosh-terminal/gosh)
### One-line curl installer
```bash
curl -s "https://raw.githubusercontent.com/gosh-terminal/gosh/master/tools/setup2.0.bash" | bash
source ~/.bashrc
```
### Go Module
```bash
git clone "https://github.com/gosh-terminal/gosh.git"
cd gosh
go install
echo "export GOSH_HOME=\"$GOPATH/bin\"" >>~/.bashrc
source ~/.bashrc
```
## DH Make
```bash
git clone "https://github.com/gosh-terminal/gosh.git"
cd gosh
dh_auto_install
```
