mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
581 B
Plaintext
26 lines
581 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# waypipe
|
|
|
|
> Remotely run graphical applications under a Wayland compositor.
|
|
> More information: <https://manned.org/waypipe>.
|
|
|
|
- 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}}`
|
|
|
|
- Display help:
|
|
|
|
`waypipe {{[-h|--help]}}`
|