https://github.com/adityaprakash-bobby/go-shell
A shell written in Go in order to learn the language.
https://github.com/adityaprakash-bobby/go-shell
go golang shell
Last synced: 2 months ago
JSON representation
A shell written in Go in order to learn the language.
- Host: GitHub
- URL: https://github.com/adityaprakash-bobby/go-shell
- Owner: adityaprakash-bobby
- License: gpl-3.0
- Created: 2019-01-20T14:38:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T21:28:20.000Z (over 7 years ago)
- Last Synced: 2024-06-20T15:45:52.759Z (about 2 years ago)
- Topics: go, golang, shell
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-shell [](https://goreportcard.com/report/github.com/adityaprakash-bobby/go-shell)
A simple gnome-like shell written in Go.
### Features (done yet):
- [x] Add the working directory
- [x] Add the machine’s hostname
- [x] Add the current user
- [ ] Browse input history with the up/down keys
- [ ] Improve the interface
> This is a simple project-based learning approach to know about Golang. Following the article [here](https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/).