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
- Host: GitHub
- URL: https://github.com/jean0t/simple-shell
- Owner: jean0t
- Created: 2024-12-13T00:54:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T00:57:20.000Z (10 months ago)
- Last Synced: 2025-02-13T10:53:10.248Z (8 months ago)
- Topics: go, golang, shell, shell-prompt
- Language: Go
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)