/shell-go

Bare minimum viable shell in Go

Primary LanguageGo

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