#color #x11 #utility #color-picker

app crabpicker

A cross-platform color picker in rust

8 releases

0.2.2 Jun 2, 2023
0.2.1 Apr 25, 2023
0.1.4 Apr 23, 2023

#1930 in Command line utilities

Download history 21/week @ 2024-02-22 2/week @ 2024-02-29 1/week @ 2024-03-07 26/week @ 2024-03-28 25/week @ 2024-04-04

51 downloads per month

AGPL-3.0-only

34KB
635 lines

Crabpicker

Platform support:

  • Windows
  • Linux (X11)
    • Requires xclip/xsel for clipboard
  • Linux (Wayland)
    • Requires wl-clipboard for clipboard
    • Requires Gnome Shell or xdg-desktop-portal for wayland users who are not using the flameshot feature.
  • MacOS
    • Partially works, but it's very buggy

If you are having issues with the default features, try cargo install crabpicker --no-default-features --features=flameshot. Requires you have flameshot installed!

The x11 feature uses code from https://github.com/TheHellBox/x11-screenshot-rs so thanks to them for making it exist!

Dependencies

~17–53MB
~689K SLoC