/ccrs

CCRS allows you to easily convert colors from one format into another

Primary LanguageRustMIT LicenseMIT

CCRS

Color converter rust

Color Converter Rust can convert a color into other formats.

Supported formats:

  • Hex
  • Hsl
  • Rgb

Usage

$ ccrs [OPTIONS] <COLOR>

Arguments

Argument Description
COLOR The input color to convert

Options

Short Long Description
-h --help Print help information
-o --out Specify the output color formats. Formats can be duplicates, no formats will result in no output [default: hex rgb hsl] [possible values: hex, rgb, hsl]

Installation

AUR

CCRS is available in the aur:

$ yay -S ccrs-bin

Manual

Clone the code and run this command:

$ cargo install --path .