1GPICK(1) Gpick manual GPICK(1)
2
3
4
6 gpick - advanced color picker
7
8
10 gpick [FILE]
11
12
14 gpick starts an application and opens FILE if it is specified
15
17 -v, --version
18 Print version information.
19
20 -g, --geometry
21 Window geometry.
22
23 -p, --pick
24 Pick a color. You can insert the color at point to the clipboard
25 by pressing CTRL-C. To hide the floating instance, press ESC.
26
27 When this option is used, gpick is left running in the back‐
28 ground, so that all other floating instances don't start a new
29 process. If closing the process is needed, then use the -s flag.
30
31 -s, --single
32 Pick one color and exit.
33
34 -o, --output
35 Output picked color.
36
37 -c, --converter-name
38 Converter name used for floating picker mode. Available con‐
39 verters are "color_web_hex", "color_css_rgb" and
40 "color_css_hsl".
41
42 --no-newline
43 Output picked color without newline.
44
45 --no-start
46 Do not start if not running already.
47
48
50 Here are some gpick usage examples
51
52 gpick -o -s
53
54 Opens a floating instance (i.e. it is not left run in the background)
55 and send the selected color to STDOUT.
56
57 gpick -o -s -c color_css_hsl | xclip -sel c
58
59 Inserts the selected color into the CLIPBOARD using the CSS HSL nota‐
60 tion.
61
62
64 Written by Albertas Vyšniauskas
65
66
67
68 GPICK(1)