You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2023. It is now read-only.
Barrel can retrieve the stdout/stderr dump for a brew command after it has finished executing, but it should also have the ability to retrieve/poll the output of a command as it is executing.
There are some use cases where this feature can be extremely useful:
Many brew commands can take a long time to execute, so live output can help keep track of what's going on.
One might not always want to store a large output buffer.
It would be nice to have a GUI tool using Barrel be able to display the output of a command as it executes, instead of dumping at once after several seconds. Cakebrew, the most popular Homebrew GUI is unable to do this at the moment.
Barrel can retrieve the stdout/stderr dump for a
brewcommand after it has finished executing, but it should also have the ability to retrieve/poll the output of a command as it is executing.There are some use cases where this feature can be extremely useful:
Many
brewcommands can take a long time to execute, so live output can help keep track of what's going on.One might not always want to store a large output buffer.
It would be nice to have a GUI tool using Barrel be able to display the output of a command as it executes, instead of dumping at once after several seconds. Cakebrew, the most popular Homebrew GUI is unable to do this at the moment.