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

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