{
"version": "0.1.0",
"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.1.0/psmux-windows-x86_64.zip",
"hash": "TODO_SHA256_HASH",
"extract_dir": "psmux-windows-x86_64"
}
},
"bin": [
["psmux.exe", "psmux"],
["pmux.exe", "pmux"],
["tmux.exe", "tmux"]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v$version/psmux-windows-x86_64.zip"
}
}
}
}