Jh123x / go-shell

A shell in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-shell

A shell in Golang.

Features

  • Run commands
  • Run commands with arguments
  • Run commands with pipes
  • Run commands with redirections
  • Run commands in background
  • Support Shell Scripting
  • Env variables
  • Support for aliases

Installation

Build to binary

go build -o go-shell

Run

./go-shell

Issues

Please create an issue if you have any:

  1. Questions
  2. Suggestions
  3. Bugs

Contribution guide

  1. Fork the repository
  2. Update the code in a branch
  3. Create a pull request
  4. Wait for the pull request to be reviewed and merged

About

A shell in golang

License:MIT License


Languages

Language:Go 100.0%