There's only one terminal.
If I click "Run" button, it takes over the terminal, and I cannot do anything else such as using git or invoking CLI commands to interact with the program.
I could install screen and it works, but isn't it great to have multiple terminals on the UI?
Thanks for the feedback. Multiple terminal tab support is part of the future plan. Have to figure out how to show them without making the UI very cluttered.
There's only one terminal.
If I click "Run" button, it takes over the terminal, and I cannot do anything else such as using git or invoking CLI commands to interact with the program.
I could install
screen
and it works, but isn't it great to have multiple terminals on the UI?Thanks for the feedback. Multiple terminal tab support is part of the future plan. Have to figure out how to show them without making the UI very cluttered.
I will update here when this feature is released.
Glitch has only one terminal, but the server (e.g. Express) is running in a "logs" tab, and does not take up that terminal.
To have true multi terminal support, you can either do the drop-down menu like VSCode, or put multiple "Terminal" labels like Excel sheets.
I have added support for multiple terminals. Check it out.