ciel-lang/CIEL

interactive commands: we can do better

vindarel opened this issue · 1 comments

https://lispcookbook.github.io/cl-cookbook/os.html#running-interactive-and-visual-commands-htop

(uiop:run-program "htop"
                  :output :interactive
                  :input :interactive)

these work:

  !env FOO=BAR sudo -i powertop

or

!vim test.lisp

they are run in the same terminal, note on a new terminal window.