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']