psmux 0.3.3

Terminal multiplexer for Windows - tmux alternative for PowerShell and Windows Terminal
{
    "version": "0.3.3",
    "description": "Terminal multiplexer for Windows - tmux alternative for PowerShell and Windows Terminal",
    "homepage": "https://github.com/marlocarlo/psmux",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/marlocarlo/psmux/releases/download/v0.3.3/psmux-v0.3.3-windows-x64.zip",
            "hash": "PLACEHOLDER_WILL_BE_COMPUTED_AFTER_RELEASE"
        }
    },
    "bin": [
        "psmux.exe",
        "pmux.exe",
        "tmux.exe"
    ],
    "checkver": {
        "github": "https://github.com/marlocarlo/psmux"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/marlocarlo/psmux/releases/download/v$version/psmux-v$version-windows-x64.zip"
            }
        }
    }
}