chocolatey / ChocolateyGUI

A delicious GUI for Chocolatey
https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache License 2.0
1.61k stars 248 forks source link

Replace console view with log capture and view #1044

Open pauby opened 2 months ago

pauby commented 2 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

Chocolatey GUI is a GUI tool. Viewing the console output of Chocolatey CLI doesn't make a lot of sense in this case.

Gathering the console output results in different issues that we have some issues for, and are internal problems that we know about.

Describe The Solution. Why is it needed?

If we remove the console output and provide a way to capture, and display, the logs, if needed, would make a better user experience.

The user could then install a package, and if there were issues, go back and check the logs for the package.

In addition, this allows for background processing of tasks where the console view could not be seen.

Additional Context

No response

Related Issues