aniketp / shell-go

Bare minimum viable shell in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHELL-GO

An implementation of modern Shell functionalities in Go. This is meant to be integrated with my other project blockchain-go eventually.

Current features

  • Custom shell driver
  • SIGINT Handler
  • Raw Keyboard Input

ToDo

  • Read .zsh_history
  • Tab auto-completion

Dependencies

 $ go get github.com/eiannone/keyboard

About

Bare minimum viable shell in Go


Languages

Language:Go 100.0%