Adding an app launcher with auto-launch functionality.
some caveats:
user currently has free reign to launch any executable they want, so be careful (nothing bad will really happen, but if they try to launch an executable that doesn't have a UI, they wont see anything). I'm thinking an additional feature could be to redirect the stdout/stderr to an additional tab to sort of act as a dumb terminal.
launching an app will halt the rest of the program. Not sure if this is a bad thing, but later I want to do some more research into possibly making it run as a background process until the window is ready.
Also think it would be cool to make a more "friendly" app selector, but that will require a bit more effort to refactor and make it useable for the local media player as well.
Adding an app launcher with auto-launch functionality.
some caveats:
Also think it would be cool to make a more "friendly" app selector, but that will require a bit more effort to refactor and make it useable for the local media player as well.