2025-03-14 21:59:59 -06:00
|
|
|
# waypipe
|
|
|
|
|
|
|
|
|
|
> Remotely run graphical applications under a Wayland compositor.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/waypipe>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run a graphical program remotely and display it locally:
|
|
|
|
|
|
|
|
|
|
`waypipe ssh {{user}}@{{server}} {{program}}`
|
|
|
|
|
|
|
|
|
|
- Open an SSH tunnel to run any program remotely and display it locally:
|
|
|
|
|
|
|
|
|
|
`waypipe ssh {{user}}@{{server}}`
|
|
|
|
|
|
|
|
|
|
- Skip testing for Vulkan support:
|
|
|
|
|
|
|
|
|
|
`waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}`
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`waypipe {{[-h|--help]}}`
|