Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 743 Bytes

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.