An open API service indexing awesome lists of open source software.

https://github.com/jean0t/simple-shell

simple shell made in go, handles simple commands and return its output
https://github.com/jean0t/simple-shell

go golang shell shell-prompt

Last synced: 6 months ago
JSON representation

simple shell made in go, handles simple commands and return its output

Awesome Lists containing this project

README

          

# Simple Shell
Interactive shell to be used on linux. Handles inputs pretty well, but doesn't support combined input with pipe.

# How to use
1. Call it within your terminal emulator
2. Give permition of execution and run on your terminal
```
chmod u+x simple-shell
./simple-shell
```
It will open a prompt (noted by the $ sign)

# License
GPL-3

### it was created as an exercise, let's make it avaiable to everyone :)