Go to file
TorchedSammy 4456d7593b feat: exit on EOF (^D/ctrl d) 2021-03-20 12:57:18 -04:00
libs/ansikit docs(libs): add comments to clarify what ansikit should be 2021-03-20 01:00:55 -04:00
.gitignore chore: add gitignore file 2021-03-20 01:24:41 -04:00
.hilbishrc.lua feat(libs): add ansi lib for easier color codes, change config to use it 2021-03-19 21:08:19 -04:00
LICENSE Initial commit 2021-03-19 10:26:58 -04:00
README.md chore: add a complete readme 2021-03-20 01:45:17 -04:00
TODO.md chore: update readme 2021-03-20 01:48:51 -04:00
go.mod feat: add command line flags and set SHELL, make commands exit on ctrl c 2021-03-20 00:03:25 -04:00
go.sum feat: add command line flags and set SHELL, make commands exit on ctrl c 2021-03-20 00:03:25 -04:00
lua.go add lua config 2021-03-19 19:03:11 -04:00
main.go feat: exit on EOF (^D/ctrl d) 2021-03-20 12:57:18 -04:00

README.md

Hilbish

🎀 a nice lil shell for lua people made with go and lua

Building

Prebuilt binaries are not yet provided, since Hilbish is not stable.
It is usable though, so to try it out you'll have to manually compile.

NOTE: Hilbish is currently only officially supported and tested on Linux

Requirements

  • Go 1.16

Setup

git clone https://github.com/Hilbis/Hilbish
cd Hilbish
go build

This will build a hilbish executable in the current directory. At which you can either run or move to a bin directory for easy use.

License

MIT