Home

Awesome

golang-badge project issues last-commit

MPWT 🍊

Welcome to mpwt repository! This tool transforms your Windows Terminal experience when dealing with multiple panes. This terminal application allows you to execute multiple commands simultaneously by splitting the windows terminal into distinct panes for each command. Whether you're a developer, system administrator, or simply a command-line enthusiast, this tool is designed to enhance your productivity and streamline your workflows in Windows.

Features 🌟

Showcase 🦄

<img src=".github/images/showcase.png" width="600" alt="showcase">

Setup 📐

winget

winget install --id songlim327.mpwt

Manual

Alternatively, download prebuild binaries, double click to execute it.

Configuration ⚙️

You can customize various settings by editing them in the settings.

FieldDescription
maximizeControls whether the temrinal maximizes when opened - works only if open_in_new_tab is set to false (default: false)
directionDetermine the orientation for the terminal pane arrangement: horizontal/vertical (default: horizontal)
columnsDefines the number of fixed columns in the terminal layout; rows are auto-calculated (default: 2)
open_in_new_tabSpecifies if the terminal should open in a new tab or a new window (default: true)

Usage 📙

Execute

<img src=".github/images/execute.gif" width="600" alt="execute">

History

<img src=".github/images/history.gif" width="600" alt="history">

Favourite

<img src=".github/images/favourite.gif" width="600" alt="favourite">

Settings

<img src=".github/images/settings.gif" width="600" alt="edit settings">