1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`