Skip to content

Commit

Permalink
farge: add Spanish translation (#15012)
Browse files Browse the repository at this point in the history
Co-authored-by: Darío Hereñú <[email protected]>
  • Loading branch information
ikks and kant authored Dec 8, 2024
1 parent 7346ff5 commit ae3538a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.es/linux/farge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# farge

> Muestra el color de un píxel específico de la pantalla en formatos hexadecimal o RGB.
> Más información: <https://github.com/sdushantha/farge>.
- Muestra una pequeña ventana de vista previa del color de un píxel con su valor hexadecimal, y copia este valor al portapapeles:

`farge`

- Copia el valor hexadecimal de un píxel al portapapeles sin mostrar una ventana de vista previa:

`farge --no-preview`

- Envía el valor hexadecimal de un píxel a `stdout` y copia este valor al portapapeles:

`farge --stdout`

- Envía el valor RGB de un píxel a `stdout` y copia este valor al portapapeles:

`farge --rgb --stdout`

- Muestra el valor hexadecimal de un píxel como notificación que expira en 5000 milisegundos y copia este valor al portapapeles:

`farge --notify --expire-time 5000`

0 comments on commit ae3538a

Please sign in to comment.