From cc9311490f7577187e591a583f2bc528cba9bd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Sat, 7 Dec 2024 13:16:10 -0500 Subject: [PATCH] wl-paste: add Spanish translation (#15058) --- pages.es/linux/wl-paste.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages.es/linux/wl-paste.md diff --git a/pages.es/linux/wl-paste.md b/pages.es/linux/wl-paste.md new file mode 100644 index 0000000000..af1508fdd1 --- /dev/null +++ b/pages.es/linux/wl-paste.md @@ -0,0 +1,21 @@ +# wl-paste + +> Pega contenido en el portapapeles Wayland. +> Vea también: `wl-copy`, `xclip`. +> Más información: . + +- 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}}`