From 1d2352e0f2aee4940c34e70eb9d20a378b8f4fc9 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sat, 16 Sep 2023 22:22:41 +0200 Subject: [PATCH] Add `nushell` agent --- internal/processor/processor.go | 1 + lib/globals.py | 1 + 2 files changed, 2 insertions(+) diff --git a/internal/processor/processor.go b/internal/processor/processor.go index 90abea7..613e5b8 100644 --- a/internal/processor/processor.go +++ b/internal/processor/processor.go @@ -37,6 +37,7 @@ func plainTextAgents() []string { "aiohttp", "http_get", "xh", + "nushell", } } diff --git a/lib/globals.py b/lib/globals.py index ccf177d..6928f17 100644 --- a/lib/globals.py +++ b/lib/globals.py @@ -90,6 +90,7 @@ PLAIN_TEXT_AGENTS = [ "aiohttp", "http_get", "xh", + "nushell", ] PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation', ':iterm2']