wl-copy: add Spanish translation (#15057)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Igor Támara
2024-12-07 13:15:24 -05:00
committed by GitHub
parent 04a1feffbb
commit 3b8227168b

25
pages.es/linux/wl-copy.md Normal file
View File

@@ -0,0 +1,25 @@
# wl-copy
> Limpia y copia al portapapeles de Wayland.
> Vea también: `wl-paste`, `xclip`.
> Más información: <https://github.com/bugaevc/wl-clipboard>.
- Copia el texto al portapapeles:
`wl-copy "{{texto}}"`
- Envía la salida del comando (`ls`) al portapapeles:
`{{ls}} | wl-copy`
- Copia solo para pegar una única vez y luego lo limpia:
`wl-copy --paste-once "{{texto}}"`
- Copia una imagen:
`wl-copy < {{ruta/a/la/imagen}}`
- Limpia el portapapeles:
`wl-copy --clear`