2021-03-19 14:26:58 +00:00
|
|
|
# Hilbish
|
2021-03-20 05:45:17 +00:00
|
|
|
🎀 a nice lil shell for lua people made with go and lua
|
|
|
|
|
2021-03-21 18:46:45 +00:00
|
|
|
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.
|
|
|
|
|
2021-03-20 05:45:17 +00:00
|
|
|
# Building
|
2021-03-21 18:46:45 +00:00
|
|
|
Prebuilt binaries are not yet provided, so to try it out you'll have to manually compile.
|
2021-03-20 05:45:17 +00:00
|
|
|
|
|
|
|
**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.
|
2021-03-21 18:46:45 +00:00
|
|
|
|
|
|
|
# Install
|
|
|
|
`sudo cp hilbish /usr/bin`
|
|
|
|
`sudo mkdir /usr/share/hilbish`
|
|
|
|
`sudo cp libs preload.lua .hilbishrc.lua /usr/share/hilbish`
|
2021-03-20 05:45:17 +00:00
|
|
|
|
|
|
|
# License
|
|
|
|
[MIT](LICENSE)
|