All Projects → Rosettea → Hilbish

Rosettea / Hilbish

Licence: MIT license
🌺 The flower shell. A comfy and nice little shell for Lua fans!

Programming Languages

go
31211 projects - #10 most used programming language
lua
6591 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Hilbish

Promptless
🚀 A super fast and extremely minimal shell prompt.
Stars: ✭ 155 (-18.85%)
Mutual labels:  prompt, sh
scoop-clojure
Install Clojure on Windows with Scoop
Stars: ✭ 73 (-61.78%)
Mutual labels:  sh
shell-exec
Execute a command through the system shell
Stars: ✭ 20 (-89.53%)
Mutual labels:  sh
zsh-aws-vault
oh-my-zsh plugin for aws-vault
Stars: ✭ 63 (-67.02%)
Mutual labels:  prompt
OpenPrompt
An Open-Source Framework for Prompt-Learning.
Stars: ✭ 1,769 (+826.18%)
Mutual labels:  prompt
lambda-pure
Pretty, minimal and fast ZSH prompt, with NodeJS version
Stars: ✭ 107 (-43.98%)
Mutual labels:  prompt
browse-manager
Chrome扩展,网址/域名拉黑,访问次数统计、提示,自动收藏。等
Stars: ✭ 81 (-57.59%)
Mutual labels:  prompt
bin
another scripts repo
Stars: ✭ 18 (-90.58%)
Mutual labels:  sh
BusinessCard
💳 My curl-able business card
Stars: ✭ 49 (-74.35%)
Mutual labels:  sh
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (-62.83%)
Mutual labels:  prompt
react-native-input-prompt
A cross-platform user input prompt component for React Native with Native UI.
Stars: ✭ 45 (-76.44%)
Mutual labels:  prompt
purification
Very minimal Zsh prompt without any dependency
Stars: ✭ 25 (-86.91%)
Mutual labels:  prompt
zcolors
🌈 Z Colors uses your $LS_COLORS to generate a coherent theme for Git and your Zsh prompt, command line and completions.
Stars: ✭ 38 (-80.1%)
Mutual labels:  prompt
kafka-shell
⚡A supercharged, interactive Kafka shell built on top of the existing Kafka CLI tools.
Stars: ✭ 107 (-43.98%)
Mutual labels:  prompt
powerless
Minimalistic/responsive ZSH prompt inspired by powerline.
Stars: ✭ 63 (-67.02%)
Mutual labels:  prompt
xontrib-prompt-bar
The bar prompt for xonsh shell with customizable sections and Starship support.
Stars: ✭ 27 (-85.86%)
Mutual labels:  prompt
jquery.dialog.js
A lightweight replacement for the browser's default dialog boxes.
Stars: ✭ 17 (-91.1%)
Mutual labels:  prompt
shellfirm
Intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification
Stars: ✭ 159 (-16.75%)
Mutual labels:  prompt
Qprompt
Python library for quick CLI user prompts, input, and menus.
Stars: ✭ 46 (-75.92%)
Mutual labels:  prompt
inquirer-fuzzy-path
Fuzzy file/directory search and select prompt for Inquirer.js
Stars: ✭ 69 (-63.87%)
Mutual labels:  prompt


🌺 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:

make dev

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

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

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

Getting Started

At startup, you should see a message which says to run a guide command. This guide is a very simple and basic step through text of what Hilbish is and where to find documentation.

Documentation is primarily viewed via the in shell doc command. Autogenerated function docs and general docs about other things are included there, so be sure to read it.

Using Hilbish is the same as using any other Linux shell, with an addition that you can also run Lua. Hilbish can also act as an enhanced Lua REPL via hilbish.runnerMode 'lua'. To switch back to normal, use hilbish.runnerMode 'hybrid'.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].