diff --git a/docs/faq/index.html b/docs/faq/index.html index ca9a210..21eb053 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -3,10 +3,10 @@ Windows Support? It compiles for Windows (CI ensures it does), but otherwise it Where is the API documentation?" property="og:description"> -

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 0bf233f..32a55e5 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -1,5 +1,5 @@ Getting Started — Hilbish -

Getting Started

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index cff24be..1eaf7f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,5 @@ Introduction — Hilbish -

Introduction

Hello!

\ No newline at end of file diff --git a/index.html b/index.html index 085bcde..9e6a667 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,15 @@ Hilbish -

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). +

History and Completion Menus

Hilbish provides the user with proper menus for completions, +history searching. Want to see your previous commands? Hit Ctrl-R.

Tons of Features, and More to Come

Hilbish offers a bunch of features to make your interactive +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.


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 diff --git a/install/index.html b/install/index.html index 0e28cfc..323783d 100644 --- a/install/index.html +++ b/install/index.html @@ -1,5 +1,5 @@ Install — Hilbish -