-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
farge: add Spanish translation (#15012)
Co-authored-by: Darío Hereñú <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |