2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

website(docs/intoduction): change text of introduction

This commit is contained in:
sammyette 2022-12-20 19:42:44 -04:00
parent 5ea23d58d1
commit d5dffabcb2
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -5,15 +5,9 @@ weight: -1
menu: docs menu: docs
--- ---
Here lies the documentation for Hilbish, the hyper extensible Lua shell. Hilbish is a hyper-extensible shell mainly intended for interactive use.
Hilbish provides you with a few quality of life features and useful To enhance the interactive experience, Hilbish comes with a wide range
functions to ensure you can make the shell fully yours. of features and sane defaults, including a nice looking prompt,
advanced completion menus and history search.
These features include: Here documents some of the features of Hilbish and the Lua API.
- 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.