Join Nostr
2024-09-03 11:52:40 UTC

vindarel on Nostr: CIEL repl fix: try running visual programs like !env FOO=BAR sudo -i htop or !vim or ...

CIEL repl fix: try running visual programs like

!env FOO=BAR sudo -i htop

or !vim or more, it works©

Previously, it opened a new terminal window. At the time I wasn't aware of how to run visual commands with uiop:run-program, but found it by chance (and documented it in the Cookbook of course https://lispcookbook.github.io/cl-cookbook/os.html#running-interactive-and-visual-commands-htop).

todo: we don't know that "emacs -nw" is a visual command. Use !emacsclient for now.

#lisp #commonlisp