From ff8c2de3def74881448907438b41919d5e0e66d4 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sat, 10 Dec 2022 18:54:50 +0000 Subject: [PATCH] deploy: dc4343c56219b5d5c27d1627f3c8ab4ad80780ea --- 404.html | 2 +- docs/faq/index.html | 4 ++-- docs/getting-started/index.html | 4 ++-- docs/index.html | 4 ++-- index.html | 6 +++--- install/index.html | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/404.html b/404.html index 2704bd1..b13d78a 100644 --- a/404.html +++ b/404.html @@ -2,4 +2,4 @@

Go Home

\ No newline at end of file +

Go Home

\ No newline at end of file diff --git a/docs/faq/index.html b/docs/faq/index.html index 29bfa7e..09a0566 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -6,7 +6,7 @@ Where is the API documentation?" name=description>

Frequently Asked Questions

Is Hilbish POSIX compliant?

No, it is not. POSIX compliance is a non-goal. Perhaps in the future, +

Frequently Asked Questions

Is Hilbish POSIX compliant?

No, it is not. POSIX compliance is a non-goal. Perhaps in the future, someone would be able to write a native plugin to support shell scripting (which would be against it’s main goal, but ….)

Windows Support?

It compiles for Windows (CI ensures it does), but otherwise it is not directly supported. If you’d like to improve this situation, @@ -14,4 +14,4 @@ checkout

Where is the API documentation?

The builtin doc command supplies all documentation of Hilbish provided APIs. This will be on the website in the near future.

Why?

Hilbish emerged from the desire of a Lua configured shell. It was the initial reason that it was created, but now it’s more: -to be hyper extensible, simpler and more user friendly.

\ No newline at end of file +to be hyper extensible, simpler and more user friendly.

\ No newline at end of file diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html index 5e1b028..08f3f3a 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -4,7 +4,7 @@ Setting as Default Login shell There are a few ways to make Hilbish your default

Getting Started

To start Hilbish, open a terminal. If Hilbish has been installed and is not the +

Getting Started

To start Hilbish, open a terminal. If Hilbish has been installed and is not the default shell, you can simply run hilbish to start it. This will launch a normal interactive session. To exit, you can either run the exit command or hit Ctrl+D.

Setting as Default

Login shell

There are a few ways to make Hilbish your default shell. A simple way is @@ -24,4 +24,4 @@ which follows XDG on Linux and MacOS, and is located in %APPDATA% on Windows.

doc command. This also works as -general documentation for other things.

\ No newline at end of file +general documentation for other things.

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 8688da1..9d47344 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ Completion and history search menus Hinting and syntax highlighting (scripted by

Introduction

Here lies the documentation for Hilbish, the hyper extensible Lua shell.
Hilbish provides you with a few quality of life features and useful +

Introduction

Here lies the documentation for Hilbish, the hyper extensible Lua shell.
Hilbish provides you with a few quality of life features and useful functions to ensure you can make the shell fully yours.

These features include:

  • Completion and history search menus
  • Hinting and syntax highlighting (scripted by user)

Installation

Steps on installing Hilbish will be at the Install page in the navigation bar at the top. This also included getting development builds from the GitHub -repository.

\ No newline at end of file +repository.

\ No newline at end of file diff --git a/index.html b/index.html index cc869f7..acaac6b 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@ -Hilbish +Hilbish

Something Unique.

Hilbish is the new interactive shell for Lua fans.
Extensible, scriptable, configurable: All in Lua.

Install +

Something Unique.

Hilbish is the new interactive shell for Lua fans.
Extensible, scriptable, configurable: All in Lua.

Install Github

Why Hilbish?

Simple and Easy Scripting

Hilbish is configured and scripted in the Lua programming language. This removes all the old, ugly things about Shell script and introduces everything good about Lua, including other languages (Moonscript & Fennel). @@ -12,4 +12,4 @@ shell experience rich. Things like syntax highlighting and hinting available via the Lua API.

* Command hints shown in photo are not default.


Why not just Lua?

Hilbish is your interactive shell as well as a just a Lua interpreter and enhanced REPL.

  • - It includes batteries for common system operations.
  • - Hilbish is easily cross platform. It has OS agnostic interfaces for easy cross platform Lua code.

Try It Today!

Hilbish is known to run on the 3 major platforms (Windows, MacOS, Linux) but likely builds on other Unixes!
Windows doesn't work as well as it should, so if you're a Windows user, -say something!

\ No newline at end of file +say something!

\ No newline at end of file diff --git a/install/index.html b/install/index.html index c91a0c0..ee6de6b 100644 --- a/install/index.html +++ b/install/index.html @@ -8,4 +8,4 @@ Example with yay:

yay -S hilbish
 

Alpine Linux

Hilbish is currentlty in the testing/edge repository for Alpine. Follow the steps here (Using testing repositories) and install:

apk install hilbish
-
\ No newline at end of file + \ No newline at end of file