2022-06-22 03:03:36 +00:00
<!doctype html> < html > < head > < meta name = generator content = "Hugo 0.101.0" > < title > Hilbish< / title > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" > < meta name = theme-color content = "#ff89dd" > < meta content = "/Hilbish/hilbish-flower.png" property = "og:image" > < meta property = "og:site_name" content = "Hilbish" > < meta content = "Hilbish" property = "og:title" > < meta content = "Something Unique . Hilbish is the new interactive shell for Lua fans .
Extensible, scriptable, configurable: All in Lua.
Install Github" property="og:description">< meta content = "Something Unique . Hilbish is the new interactive shell for Lua fans .
Extensible, scriptable, configurable: All in Lua.
Install Github" name=description>< meta name = revisit-after content = "2 days" > < meta name = keywords content = "Lua,Hilbish,Linux,Shell" > < meta property = "og:locale" content = "en_GB" > < link rel = canonical href = https://rosettea.github.io/Hilbish/ > < meta property = "og:url" content = "https://rosettea.github.io/Hilbish/" > < link href = https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css rel = stylesheet integrity = sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor crossorigin = anonymous > < script src = https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js integrity = sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2 crossorigin = anonymous > < / script >
2022-06-22 03:08:17 +00:00
< link rel = stylesheet href = https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css integrity = "sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin = anonymous referrerpolicy = no-referrer > < / head > < body class = "d-flex flex-column h-100" > < header class = "site-header sticky-top py-1" > < nav class = "navbar navbar-expand-lg bg-light" > < div class = container-fluid > < a class = navbar-brand href = # > < img src = /Hilbish/hilbish-flower.png alt height = 24 class = "d-inline-block align-text-top" >
2022-06-22 02:37:08 +00:00
Hilbish< / a >
< button class = navbar-toggler type = button data-bs-toggle = collapse data-bs-target = #navbarSupportedContent aria-controls = navbarSupportedContent aria-expanded = false aria-label = "Toggle navigation" >
2022-06-22 03:03:36 +00:00
< span class = navbar-toggler-icon > < / span > < / button > < div class = "collapse navbar-collapse" id = navbarSupportedContent > < ul class = "navbar-nav me-auto mb-2 mb-lg-0" > < li class = nav-item > < a href = /Hilbish/ class = nav-link > Home< / a > < / li > < li class = nav-item > < a href = /Hilbish/install class = nav-link > Install< / a > < / li > < li class = nav-item > < a href = /Hilbish/docs class = nav-link > Docs< / a > < / li > < / ul > < / div > < / div > < / nav > < / header > < main > < div class = "text-center container my-5" > < h1 class = fw-light > Something Unique.< / h1 > < p > < strong > Hilbish< / strong > is the new interactive shell for Lua fans.< br > Extensible, scriptable, configurable: All in Lua.< / p > < p > < a href = install class = "btn btn-primary" > Install< / a >
2022-06-22 03:08:17 +00:00
< a href = https://github.com/Rosettea/Hilbish class = "btn btn-secondary" target = _blank > Github< / a > < / p > < / div > < / main > < div class = container > < footer class = "row py-5 my-5" > < div class = "col mb-3" > < a href = / class = "d-flex align-items-center mb-3 link-dark text-decoration-none" > < img src = /Hilbish/hilbish-flower.png alt height = 48 class = "d-inline-block align-text-top" > < / a > < p class = text-muted > Rosettea © 2022< / p > < p class = text-muted > Made with < i class = "fa-solid fa-heart" style = color:#f6345b > < / i > < / p > < / div > < div class = "col mb-3" > < / div > < div class = "col mb-3" > < / div > < div class = "col mb-3" > < / div > < div class = "col mb-3" > < h5 > Hilbish< / h5 > < ul class = "nav flex-column" > < li class = "nav-item mb-2" > < a href = # class = "nav-link p-0 text-muted" > Home< / a > < / li > < li class = "nav-item mb-2" > < a href = # class = "nav-link p-0 text-muted" > FAQ< / a > < / li > < li class = "nav-item mb-2" > < a href = # class = "nav-link p-0 text-muted" > Source< / a > < / li > < li class = "nav-item mb-2" > < a href = # class = "nav-link p-0 text-muted" > Releases< / a > < / li > < li class = "nav-item mb-2" > < a href = # class = "nav-link p-0 text-muted" > Documentation< / a > < / li > < / ul > < / div > < / footer > < / div > < / body > < / html >