crabpicker

Crates.iocrabpicker
lib.rscrabpicker
version0.2.2
sourcesrc
created_at2023-04-23 16:05:06.317706
updated_at2023-06-02 12:17:53.343738
descriptionA cross-platform color picker in rust
homepage
repositoryhttps://github.com/Coca162/crabpicker
max_upload_size
id846651
size114,309
Coca (Coca162)

documentation

README

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!

Commit count: 24

cargo fmt