About 888,000 results
Open links in new tab
  1. Windows Terminal Split Pane Powershell Script - v2 · GitHub

    Nov 17, 2021 · To split a window, we can add a Pane. We need to tell it the direction to split on, and how big it should be. To add another SSH connection with a 50/50 split: The second …

  2. Control Split-Panes in Windows Terminal through PowerShell

    Apr 6, 2021 · I would like to span multiple panes with specific code being executed through PowerShell. The key to do this is within the commmandline parameters for the Windows …

  3. Powershell script to generate multi-pane windows terminal

    Nov 19, 2021 · I wrote a quick powershell script to SSH into computers, and lay out the panes. Change the script you want to run at the bottom, or change how things are laid out. Source here:

  4. Can I have multiple Powershell Consoles in one window?

    Sep 18, 2018 · You can create multiple terminals open to different locations and easily navigate between them. Terminal instances can be added by hitting the plus icon on the top-right of the …

  5. Creating a Command-Based CLI in PowerShell | Kevin Reed

    Apr 14, 2021 · PowerShell Core, being cross-platform and JIT runnable, offers a friendly scripting experience for creating command-based command line interfaces for whatever application you …

  6. Open Windows Terminal PowerShell Split Paned

    May 14, 2020 · { "command": { "action": "splitPane", "split": "auto", "profile": "Windows PowerShell No Profile", "startingDirectory": "C:\\", "tabTitle": "PS Clean" }, "keys": [ "ctrl+shift+<" ] } This …

  7. Is it possible to have multiple tabs in one PowerShell terminal …

    Mar 29, 2021 · 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.

  8. Creating a Multichoice CLI Selector in PowerShell

    Jul 10, 2023 · In this article, we will explore how to create a command-line interface (CLI) multichoice selector in PowerShell. This selector allows users to navigate through a list of …

  9. Powershell script to automatically ssh into multiple servers ... - Reddit

    Nov 17, 2021 · I wrote a quick powershell script to SSH into computers, and lay out the panes. Change the script you want to run at the bottom, or change how things are laid out. Source here:

  10. torgro/cliMenu: Build interactive CLI menus in Powershell - GitHub

    This is a Controller module. It uses Write-Host to create a Menu in the console. As the name implies it builds a CLI menu, however if you think your users might fancy a more GUI like …

  11. Some results have been removed
Refresh