From 88f5f0dbb627cfce0d360dc7e47a9fb97d9173da Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Thu, 12 Jun 2025 23:53:18 +0000 Subject: [PATCH] deploy: afa41586260cc58aea23765ab3d730be73179483 --- versions/new-website/{do => docs/api}/index.html | 0 .../new-website/docs/{fe => features}/index.html | 0 versions/new-website/docs/hooks/index.html | 3 +++ versions/new-website/docs/index.html | 12 ++++-------- versions/new-website/docs/nature/index.html | 9 +++++++++ .../new-website/docs/{vi => vim-mode}/index.html | 0 6 files changed, 16 insertions(+), 8 deletions(-) rename versions/new-website/{do => docs/api}/index.html (100%) rename versions/new-website/docs/{fe => features}/index.html (100%) create mode 100644 versions/new-website/docs/hooks/index.html create mode 100644 versions/new-website/docs/nature/index.html rename versions/new-website/docs/{vi => vim-mode}/index.html (100%) 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 @@ + +Hilbish
Signals
\ No newline at end of file diff --git a/versions/new-website/docs/index.html b/versions/new-website/docs/index.html index 78308159..5adf6374 100644 --- a/versions/new-website/docs/index.html +++ b/versions/new-website/docs/index.html @@ -1,9 +1,5 @@ -Hilbish
Nature

Nature

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 Modules -Currently, nature provides 1 intended public module: nature.dirs. -It is a simple API for managing recent directories and old -current working directory.

\ No newline at end of file +Hilbish
Introduction

Introduction

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.

\ No newline at end of file diff --git a/versions/new-website/docs/nature/index.html b/versions/new-website/docs/nature/index.html new file mode 100644 index 00000000..78308159 --- /dev/null +++ b/versions/new-website/docs/nature/index.html @@ -0,0 +1,9 @@ + +Hilbish
Nature

Nature

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 Modules +Currently, nature provides 1 intended public module: nature.dirs. +It is a simple API for managing recent directories and old +current working directory.

\ No newline at end of file diff --git a/versions/new-website/docs/vi/index.html b/versions/new-website/docs/vim-mode/index.html similarity index 100% rename from versions/new-website/docs/vi/index.html rename to versions/new-website/docs/vim-mode/index.html