March 20, 2017
10:40 a.m.
2017-03-20 10:00 GMT+01:00 Hernán Morales Durand <hernan.morales@gmail.com>:
Hi guys,
I need to monitor Unix command execution inside the image. The commands use heavy computation so they usually report progress in the terminal.
Are OSProcess or OSSubprocess ready to do in-image monitoring so I can watch the same terminal output in the Transcript updating for example every 10 seconds?
Particularly for OSProcess I couldn't find any method to fetch partial output.
GitFileTree does fetch partial output over OSProcess, but this is quite a low-level use of OSProcess. What is missing is true pseudo-tty support. Regards, Thierry
Cheers,
Hernán