php-shellcommand icon indicating copy to clipboard operation
php-shellcommand copied to clipboard

Support the ability to output to console while the command getting executed

Open hAbd0u opened this issue 3 years ago • 0 comments

Currently if a command is getting executed and that takes long then we will never know if it hangs, or still running, even if we want to show the progress it is hard to implement. My PR is addressing this feature, basically we make execute() simulate the behavior of real command gets executed in shell, while still running, the output of command will be echo to console.

hAbd0u avatar Mar 14 '21 00:03 hAbd0u