From 1742a0c52d89469951eff1a7ba1881448b24cb91 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:22:00 +0100 Subject: [PATCH] add shell and stdin piping support --- .gitmodules | 3 +++ external/linenoise | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/linenoise diff --git a/.gitmodules b/.gitmodules index 8ec652e..551d129 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ [submodule "external/libdye"] path = external/libdye url = https://github.com/Ugric/libdye.git +[submodule "external/linenoise"] + path = external/linenoise + url = https://github.com/antirez/linenoise diff --git a/external/linenoise b/external/linenoise new file mode 160000 index 0000000..d895173 --- /dev/null +++ b/external/linenoise @@ -0,0 +1 @@ +Subproject commit d895173d679be70bcd8b23041fff3e458e1a3506