Is there a way to run a shell command, output the output in a new buffer and output this output gradually? Eshell and other emacs terminal emulators do the job, but I don't see the script path to them.
What I would like to do is write small elisp functions to do things like unit block tests, etc., and keep track of the output stream to the buffer.
The elisp command line command is next to what I want, but it shows all the output right after the process is complete.
source
share