wl-paste: add Spanish translation (#15058)
This commit is contained in:
21
pages.es/linux/wl-paste.md
Normal file
21
pages.es/linux/wl-paste.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# wl-paste
|
||||
|
||||
> Pega contenido en el portapapeles Wayland.
|
||||
> Vea también: `wl-copy`, `xclip`.
|
||||
> Más información: <https://github.com/bugaevc/wl-clipboard>.
|
||||
|
||||
- Pega el contenido del portapapeles:
|
||||
|
||||
`wl-paste`
|
||||
|
||||
- Pega el contenido del portapapeles primario (texto seleccionado):
|
||||
|
||||
`wl-paste --primary`
|
||||
|
||||
- Escribe el contenido del portapapeles a un archivo:
|
||||
|
||||
`wl-paste > {{ruta/al/archivo}}`
|
||||
|
||||
- Envía el contenido del portapapeles a un comando:
|
||||
|
||||
`wl-paste | {{comando}}`
|
Reference in New Issue
Block a user