The other day I was doing some `make` stuff. I was passing in a bunch of env vars and flags. I wanted to tweak them between each run. I would have preferred to have check boxes to enable/disable certain flags. Rather than copying into
Then in the output, I have a bunch of make tasks and child make files running. I care about the output for each makefile as it runs, but then would prefer it to collapse when its finished. Otherwise its too difficult to see each step of the build process. A terminal cannot do this. XCode does it kind of well.
At the end of build too, when it reports errors, I'd like to jump up to the errors.
Almost every command output I would prefer to view as a GUI table or as a webpage.
The problem is that then, instead of just printing output, now I am dealing with a huge mess of frontend frameworks and build toolchains.
Then in the output, I have a bunch of make tasks and child make files running. I care about the output for each makefile as it runs, but then would prefer it to collapse when its finished. Otherwise its too difficult to see each step of the build process. A terminal cannot do this. XCode does it kind of well.
At the end of build too, when it reports errors, I'd like to jump up to the errors.
Almost every command output I would prefer to view as a GUI table or as a webpage.
The problem is that then, instead of just printing output, now I am dealing with a huge mess of frontend frameworks and build toolchains.