I need to start multiple services in separate terminal windows (python app, react frontend, celery, flower, etc)
Currently I open a new terminal for each of these services, which is cumbersome. It is fairly easy to write a script to open new terminals and run these. However, ideally I’d like these to be within cursor itself.
I have done the “Install “cursor” command” already. But that opens an entirely separate cursor window, rather than just a terminal in this one.
Note: I am on windows
(Bonus, I would like to specify the name of the terminal for easily identifying them)
Ideal end state: