Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have have multiple tabs in a PowerShell terminal on Windows

I need to work with several terminal windows simultaneously, and it's very inconvenient to constantly have to switch between different terminal windows. Is there a way to have multiple tabs in one window? I know it's possible on macOStabs and Linux, but can't figure out how to configure that on Windows.

like image 440
Vladyslav Maksyk Avatar asked Mar 29 '21 11:03

Vladyslav Maksyk


1 Answers

Yes.

You can use The new Windows Terminal or VSCode Integrated Terminal.


Windows Terminal:

In the new terminal app, you can have multiple PowerShell profiles as tabs.

so that you can work with several terminal tabs simultaneously.

The UI looks like browser tabs. You can download it from the Microsoft store or Github.

Visual screen snip of powershell profiles in windows new ternmial app screen snip of powershell profiles in Windows ternmial downloaded from Microsoft store.


VSCode:

In Visual Studio Code, open New Terminal from Terminal Menu on Top bar.

On the right, you can Maximize panel size and can choose the terminal profiles.

The best thing about this vscode terminals is...

Along with seeing them as tabs in the right side, you can split them side by side and work on them at same time.

Visual screen snip of powershell and different profiles in VSCode Integrated terminal maximized snip of multiple Powershells and other profiles in VSCode Integrated terminal panel maximized

like image 84
ajay4q Avatar answered Oct 21 '22 17:10

ajay4q