From bd01b478d5895b0be96e8543ffae642e07d12e62 Mon Sep 17 00:00:00 2001 From: sammyette Date: Fri, 14 Apr 2023 00:40:41 -0400 Subject: [PATCH] website: add more info for runner mode --- website/content/docs/features/runner-mode.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/docs/features/runner-mode.md b/website/content/docs/features/runner-mode.md index 87ecc8b..8774de9 100644 --- a/website/content/docs/features/runner-mode.md +++ b/website/content/docs/features/runner-mode.md @@ -15,3 +15,7 @@ In some cases, someone might want to switch to just shell script to avoid it while interactive but still have a Lua config, or go full Lua to use Hilbish as a REPL. This also allows users to add alternative languages, instead of either like Fennel. + +Runner mode can also be used to handle specific kinds of input before +evaluating like normal, which is how [Link.hsh](https://github.com/TorchedSammy/Link.hsh) +handles links.