Skip to content

Releases: AbdoulMa/copycolors

Version 0.2.0 (October 17, 2024)

17 Oct 17:58
61927f0

Choose a tag to compare

Minor changes

  • Better error handling
  • Fix duplicate color extraction

Major changes

  • The major change of v0.2.0 is the folder browsing feature I built thanks to the ratatui crate.
    This need comes from the frustration some of the CLI users can have by extracting colors from multiple image files, one by one. So now, you can provide a repertory path as a file one.

    Who says folder browsing, generally says recursive (--recursive) option to browser inside folders.
    For the moment, I restrict the number of files you can browse to 65535. But if you have a use case needing more, please feel free to open an issue. I will set that.
    By browsing the folder, the color canvas display option is disabled.

  • As even for a small repertory with few images, you can still need more filtering options, I added a regular expression argument, which you can set with --regex argument to access only files matching a pattern.

  • Another interesting feature coming with folder browsing is clipboarding. When moving from one file to another, you can clipboard the colors extracted by using Ctrl + c shortcut, or extract more (up to 10) or less (down to 2) with respectively m and l shortcuts.

Patch 0.1.1

09 Jul 20:47

Choose a tag to compare

Better error handling message for images with pixels having different colors types than RGB and RGBA.

v0.1.0

19 Jun 17:36

Choose a tag to compare

Version 0.1.0

First features

  • Local images files colors extraction
  • Remote images files colors extraction
  • Colors canvas showing for better perception
  • Colors exclusion
  • Colors sorting