/gosh

extremely simple unix shell written in go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

gosh

extremely simple unix shell written in go

installation

git clone https://github.com/skovati/gosh
cd gosh
go install

usage

gosh
exit

features

  • change directory
  • prints working directory
  • ANSI colored prompt

todo

  • Makefile
  • history
  • pipe redirection
  • background commands
  • colored output
  • Ctrl-D and Ctrl-L support