Go to file
TorchedSammy 8d92fc3b74 feat: cd with no path changes to homedir 2021-03-30 23:59:59 -04:00
golibs fix: change error level to 2 2021-03-30 23:57:13 -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 details: make triangle in prompt change color based on command result 2021-03-30 19:48:37 -04:00
LICENSE Initial commit 2021-03-19 10:26:58 -04:00
Makefile fix: #7 and add `-i` flag to sed cmd (#11) 2021-03-25 22:07:58 -04:00
README.md fix: #7 and add `-i` flag to sed cmd (#11) 2021-03-25 22:07:58 -04:00
TODO.md chore: new entry to todo 2021-03-30 22:36:56 -04:00
go.mod feat: switch to master's readline lib; add tab complete and sh support 2021-03-24 14:50:22 -04:00
go.sum feat: switch to master's readline lib; add tab complete and sh support 2021-03-24 14:50:22 -04:00
lua.go fix: move LuaInit function to lua.go 2021-03-30 22:37:08 -04:00
main.go fix: move LuaInit function to lua.go 2021-03-30 22:37:08 -04:00
preload.lua feat: cd with no path changes to homedir 2021-03-30 23:59:59 -04:00

README.md

Hilbish

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

It is currently in a mostly beta state but is very much usable (I'm using it right now).

Links

Building

Prebuilt binaries are not yet provided, 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

Install

git clone https://github.com/Hilbis/Hilbish
cd Hilbish
make build
sudo make install
# Or 
sudo make all

Alternativly, if you use Arch Linux, you can install Hilbish with an (unofficial) AUR package

yay -S hilbish-git

Uninstall

sudo make uninstall

License

MIT