You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
TorchedSammy 6ce4fb3973
fix: add dot to sample config path on windows
7 months ago
.github build!: replace make with task (#171) 9 months ago
assets docs: slight refactor of the readme 1 year ago
cmd/docgen fix(docgen): make functions that take varargs have the signature 12 months ago
docs docs: [ci] generate new docs 9 months ago
emmyLuaDocs docs: [ci] generate new docs 9 months ago
gallery docs: update image for readme gallery 1 year ago
golibs feat(golibs/fs): add join function to join path elements 9 months ago
libs chore: update lunacolors (adds blackBg format arg) 8 months ago
nature chore!: remove guide command (closes #188) 9 months ago
readline fix: percentages in completion entries causing a problem in the completion menus 8 months ago
util refactor: move out home abbreviating code to a util function 10 months ago
.gitignore feat: add docgen program, document almost all hilbish functions 1 year ago
.gitmodules chore: update lunacolors 1 year ago
.hilbishrc.lua refactor!: move hilbish.greeting to an opt (closes #184) 9 months ago
CHANGELOG.md fix: percentages in completion entries causing a problem in the completion menus 8 months ago
CONTRIBUTING.md docs: update contributing info to include writing changes to changelog 10 months ago
LICENSE chore: update license 1 year ago
README.md docs: remove getting started section on readme 9 months ago
Taskfile.yaml build!: replace make with task (#171) 9 months ago
aliases.go feat: add hilbish.aliases.resolve to resolve an alias 11 months ago
api.go refactor!: move hilbish.greeting to an opt (closes #184) 9 months ago
complete.go feat: complete files plainly if tab query begins with quotes (workaround #183) 9 months ago
editor.go feat(hilbish.editor): add getLine function to get contents of line 8 months ago
exec.go feat: lua backed history (#187) 9 months ago
execfile_unix.go feat: job enhancements (#153) 10 months ago
execfile_windows.go feat: job enhancements (#153) 10 months ago
go.mod feat: implement job foregrounding/backgrounding (#155) 10 months ago
go.sum feat: implement job foregrounding/backgrounding (#155) 10 months ago
history.go feat: lua backed history (#187) 9 months ago
init_windows.go fix: set vt in on stdin 9 months ago
job.go refactor!: use userdata where appropriate (#157) 10 months ago
job_unix.go feat: implement job foregrounding/backgrounding (#155) 10 months ago
job_windows.go feat: implement job foregrounding/backgrounding (#155) 10 months ago
lua.go feat: print tracebacks for errors 9 months ago
main.go feat: lua backed history (#187) 9 months ago
rl.go feat: lua backed history (#187) 9 months ago
runnermode.go feat: allow runners to specify if they want more input (#162) 10 months ago
signal_unix.go feat: implement job foregrounding/backgrounding (#155) 10 months ago
signal_windows.go fix: only notify ctrl c signal on windows 1 year ago
timer.go refactor!: use userdata where appropriate (#157) 10 months ago
timerhandler.go refactor!: use userdata where appropriate (#157) 10 months ago
vars.go fix: change how version is retrieved 11 months ago
vars_darwin.go refactor: (re)organize and change prelude path and structure 11 months ago
vars_linux.go refactor: (re)organize and change prelude path and structure 11 months ago
vars_windows.go fix: add dot to sample config path on windows 7 months ago

README.md



🌺 The flower shell. A comfy and nice little shell for Lua fans!

GitHub commit activity GitHub commits since latest release (by date) GitHub contributors
help wanted GitHub license Discord

Hilbish is a extensible shell (framework). It was made to be very customizable via the Lua programming language. It aims to be easy to use for the casual people but powerful for those who want to tinker more with their shell, the thing used to interface with most of the system.

The motivation for choosing Lua was that its simpler and better to use than old shell script. It's fine for basic interactive shell uses, but that's the only place Hilbish has shell script; everything else is Lua and aims to be infinitely configurable. If something isn't, open an issue!

Table of Contents

Screenshots





Installation

Prebuilt binaries

Go here for builds on the master branch.

AUR

AUR maintainer
Arch Linux users can install Hilbish from the AUR with the following command:

yay -S hilbish

AUR maintainer
Or from the latest master commit with:

yay -S hilbish-git

Nixpkgs

Nix/NixOS users can install Hilbish from the central repository, nixpkgs, through the usual ways. If you're new to nix you should probably read up on how to do that here.

Manual Build

Prerequisites

Build

First, clone Hilbish. The recursive is required, as some Lua libraries are submodules.

git clone --recursive https://github.com/Rosettea/Hilbish
cd Hilbish
go get -d ./...

To build, run:

task

Or, if you want a stable branch, run these commands:

git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
task build

After you did all that, run sudo task install to install Hilbish globally.

Contributing

Any kind of contributions are welcome! Hilbish is very easy to contribute to. Read CONTRIBUTING.md as a guideline to doing so.

Thanks to everyone below who's contributed!

Made with contributors-img.

License

Hilbish is licensed under the MIT license.
Images and assets are licensed under CC-BY-SA 4.0