Signals
Signals are global events emitted with the Bait module. +For more detail on how to use these signals, you may check the Bait page.
diff --git a/versions/new-website/do/index.html b/versions/new-website/docs/api/index.html similarity index 100% rename from versions/new-website/do/index.html rename to versions/new-website/docs/api/index.html diff --git a/versions/new-website/docs/fe/index.html b/versions/new-website/docs/features/index.html similarity index 100% rename from versions/new-website/docs/fe/index.html rename to versions/new-website/docs/features/index.html diff --git a/versions/new-website/docs/hooks/index.html b/versions/new-website/docs/hooks/index.html new file mode 100644 index 00000000..91bd3ec6 --- /dev/null +++ b/versions/new-website/docs/hooks/index.html @@ -0,0 +1,3 @@ + +
Signals are global events emitted with the Bait module. +For more detail on how to use these signals, you may check the Bait page.
A bit after creation, we have the outside nature. Little plants, seeds,
-growing to their final phase: a full plant. A lot of Hilbish itself is
-written in Go, but there are parts made in Lua, being most builtins
-(doc
, cd
, cdr), completions, and other things.
Hilbish's Lua core module is called nature
.
-It runs after Hilbish's Go core does.
nature
provides 1 intended public module: nature.dirs
.
-It is a simple API for managing recent directories and old
-current working directory.Hilbish is a hyper-extensible shell mainly intended for interactive use. +To enhance the interactive experience, Hilbish comes with a wide range +of features and sane defaults, including a nice looking prompt, +advanced completion menus and history search.
Here documents some of the features of Hilbish and the Lua API.
A bit after creation, we have the outside nature. Little plants, seeds,
+growing to their final phase: a full plant. A lot of Hilbish itself is
+written in Go, but there are parts made in Lua, being most builtins
+(doc
, cd
, cdr), completions, and other things.
Hilbish's Lua core module is called nature
.
+It runs after Hilbish's Go core does.
nature
provides 1 intended public module: nature.dirs
.
+It is a simple API for managing recent directories and old
+current working directory.