Skip to content

Commit

Permalink
shell: visual commands: we can do better
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Sep 2, 2024
1 parent 79b3168 commit cc1e637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit cc1e637

Please sign in to comment.