RythenGlyth / gosh

A userfriendly customizable Shell for Linux and Windows written in Golang

Home Page:https://rythenglyth.github.io/gosh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOSH
GOSHell
DOCUMENTATION

GOShell (or gosh in short) is a userfriendly customizable shell written in Golang

All major platforms (Windows, Linux, BSD, macOS) are supported.

Installation currently happens directly from source:

 ~ git clone https://github.com/RythenGlyth/gosh
 ~ cd gosh/src
 ~ go build -o goshell
 ~ sudo install -Dm755 goshell /usr/local/bin/

Still in development

Contributions of any form are always welcome. If you have a GPG key, please sign your commits.

About

A userfriendly customizable Shell for Linux and Windows written in Golang

https://rythenglyth.github.io/gosh/

License:MIT License


Languages

Language:Go 100.0%