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:
parent
04a1feffbb
commit
3b8227168b
1 changed files with 25 additions and 0 deletions
25
pages.es/linux/wl-copy.md
Normal file
25
pages.es/linux/wl-copy.md
Normal 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`
|
Loading…
Add table
Reference in a new issue