github xpipe-io/xpipe-ptb 13.0-2

latest releases: 19.2-2, 19.2-1, 19.1-2...
13 months ago

Implement experimental terminal docking. The idea is to dock your existing terminal emulator into the XPipe window so it feels like and behaves like an integrated terminal. This feature is only available on Windows for now and only works correctly with a terminal that supports tabs (e.g. Windows Terminal). This feature is not finished and is more meant as an experiment to see whether people would like to see such a thing. You can share your feedback on it. Depending on the feedback, I can evaluate whether this is the right direction to go forward.

Installers

Portable

Install Script

Windows
powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1" -OutFile "$env:TEMP\get-xpipe.ps1" ";"  "&" "$env:TEMP\get-xpipe.ps1" -UseStageDownloads -XPipeVersion "13.0-2"
Bash Script (Linux / MacOS)
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) -s -v "13.0-2"

Banner

Don't miss a new xpipe-ptb release

NewReleases is sending notifications on new releases.