mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 07:55:22 +02:00
wl-paste: add Spanish translation (#15058)
This commit is contained in:
parent
3b8227168b
commit
cc9311490f
1 changed files with 21 additions and 0 deletions
21
pages.es/linux/wl-paste.md
Normal file
21
pages.es/linux/wl-paste.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue