interactive commands: we can do better
vindarel opened this issue · 1 comments
vindarel commented
https://lispcookbook.github.io/cl-cookbook/os.html#running-interactive-and-visual-commands-htop
(uiop:run-program "htop"
:output :interactive
:input :interactive)
vindarel commented
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.