2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00
gokul swaminathan 1f1d36f06c
Added Makefile (#5)
* Added a makefile

* Update readme with makefile instructions
2021-03-22 17:23:24 -04:00
2021-03-20 01:24:41 -04:00
2021-03-19 10:26:58 -04:00
2021-03-21 17:20:19 -04:00
2021-03-21 17:20:19 -04:00
2021-03-22 17:23:24 -04:00
2021-03-22 17:23:24 -04:00
2021-03-21 17:46:38 -04:00

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).

There are still some things missing like pipes but granted that will be added soon. (or you can use dev branch)

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
sudo make install

Uninstall

sudo make uninstall

License

MIT

Description
No description provided
Readme MIT 30 MiB
Languages
Go 83.4%
Lua 13.2%
HTML 2.2%
CSS 1.2%