farge: add page (#10482)

pull/23/head
Rolv Apneseth 2023-07-13 09:32:56 +01:00 committed by GitHub
parent 52b3a2b4f0
commit 21c08683da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/farge.md Normal file
View File

@ -0,0 +1,24 @@
# farge
> Display the color of a specific pixel on the screen in either hexadecimal or RGB formats.
> More information: <https://github.com/sdushantha/farge>.
- Display a small preview window of a pixel's color with it's hexadecimal value, and copy this value to the clipboard:
`farge`
- Copy a pixel's hexadecimal value to the clipboard without displaying a preview window:
`farge --no-preview`
- Output a pixel's hexadecimal value to `stdout`, and copy this value to the clipboard:
`farge --stdout`
- Output a pixel's RGB value to `stdout`, and copy this value to the clipboard:
`farge --rgb --stdout`
- Display a pixel's hexadecimal value as a notification which expires in 5000 milliseconds, and copy this value to the clipboard:
`farge --notify --expire-time 5000`