Go to file
sammy e580112e1b
refactor: use lua.Check<Type> where possible (resolves #40)
2021-05-01 13:42:15 -04:00
.github docs: added CONTRIBUTING.md and a pull request template (#32) 2021-04-08 10:28:56 -04:00
gallery docs: add screenshots of hilbish 2021-04-08 14:03:26 -04:00
golibs refactor: use lua.Check<Type> where possible (resolves #40) 2021-05-01 13:42:15 -04:00
libs/ansikit fix: return ansikit in setTitle function 2021-04-06 12:55:02 -04:00
.gitignore chore: update .gitignore 2021-04-09 18:22:28 -04:00
.hilbishrc.lua chore: remove old commented code 2021-04-14 13:19:41 -04:00
CONTRIBUTING.md docs: more content to CONTRIBUTING.md 2021-04-08 14:47:15 -04:00
LICENSE Initial commit 2021-03-19 10:26:58 -04:00
Makefile fix: makefile login shell file fix (#38) 2021-04-24 19:32:41 -04:00
README.md fix: newline near contributors imgs (#45) 2021-05-01 12:05:54 -05:00
go.mod chore: update manifest files 2021-05-01 01:07:55 -04:00
go.sum chore: update manifest files 2021-05-01 01:07:55 -04:00
lua.go refactor: use lua.Check<Type> where possible (resolves #40) 2021-05-01 13:42:15 -04:00
main.go chore: bump version 2021-05-01 13:33:05 -04:00
preload.lua feat: make cd builtin work with env variables (resolves #43) 2021-05-01 13:31:51 -04:00
shell.go style: add space between binary op 2021-05-01 11:55:09 -04:00
shell.nix feat: adds shell.nix (#26) 2021-04-18 15:51:25 +00:00

README.md

Hilbish

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

help wanted

Hilbish is an interactive Unix-like shell written in Go, with the config and other code written in Lua.
It is sort of in a stable state currently, usable as a daily shell, but there may still be breaking changes in Lua modules.

Screenshots





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

Prerequisites

On Fedora, readline can be installed with:

sudo dnf install readline-devel

On Debian/Ubuntu and distros based on them, it can be installed with:

sudo apt install libreadline-dev

On OpenSUSE, it can be installed with:

sudo zypper install readline-devel

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 compile Hilbish with an (unofficial) AUR package

yay -S hilbish

If you want the latest and greatest, you can install and compile from latest git commit

yay -S hilbish-git

Uninstall

sudo make uninstall

Contributing

Any kind of contributions to Hilbish are welcome!
Make sure to read CONTRIBUTING.md before getting started.

Special Thanks To

Everyone here who has contributed:

Made with contributors-img.

Credits

  • This blog post which is how Hilbish now inserts a newline even if output doesn't have one.

License

Hilbish is licensed under the MIT license.
Read here for more info.