From cc1e6370448727655cf22983d46545ec65ba5258 Mon Sep 17 00:00:00 2001 From: vindarel Date: Mon, 2 Sep 2024 18:23:14 +0200 Subject: [PATCH] shell: visual commands: we can do better --- repl.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repl.lisp b/repl.lisp index 885f63d..1887d5a 100755 --- a/repl.lisp +++ b/repl.lisp @@ -493,6 +493,8 @@ strings to match candidates against (for example in the form \"package:sym\")." (sbcli::symbol-documentation (last-nested-expr text))) ;; Handle visual commands: run in their own terminal window. + ;; XXX: we can do better, see + ;; https://lispcookbook.github.io/cl-cookbook/os.html#running-interactive-and-visual-commands-htop ((visual-command-p text) (run-visual-command text))