1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:15:24 +02:00

wl-paste: add Spanish translation (#15058)

This commit is contained in:
Igor Támara 2024-12-07 13:16:10 -05:00 committed by GitHub
parent 3b8227168b
commit cc9311490f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`