mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 11:52:34 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/waypipe
Normal file
17
tldr/linux/waypipe
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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://gitlab.freedesktop.org/mstoeckl/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}}`
|
||||
Reference in New Issue
Block a user