Script to open new terminal windows and run commands on startup with external tools
I am aware of external tools I just do not know how to tell it to open a new terminal tab and run commands. Ideally I would like to open a tab, name that tab, then run commands on it.
Please sign in to leave a comment.
That's not supported yet, unfortunately
I would like this feature also. I'd like to be able to run a single command that opens 2 new terminal tabs and runs a different process in each.
something like...
webstorm -t -n "my command" && webstorm -t -n "my other command"