#convert-hex #rgb #hex-color #cli #color-code #rgb-hex

bin+lib hex-rgb

A Rust CLI 程序,用于将十六进制颜色代码转换为 RGB

2 个版本

0.1.1 2020 年 12 月 2 日
0.1.0 2020 年 12 月 2 日

#13 in #convert-hex


2 个crate中使用

MIT 协议

9KB
194



type-fest

A Rust CLI 程序,用于将十六进制颜色代码转换为 RGB


type-fest

安装

$ cargo install hex-rgb

用法

$ hex-rgb --help
hex-rgb 0.1.0
Converts hexadecimal color code to RGB

USAGE:
    hex-rgb [FLAGS] <hex-code>

FLAGS:
    -c, --copy       Copy RGB Color to system clipboard
    -d, --debug      Activate debug mode (-d, --debug)
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <hex-code>    A valid hexadecimal color code (Eg. "#fafafa" (or) "#fff")

先决条件

Linux

在Linux上使用 hex-rgb 需要以下软件包

  • libxcb1-dev
  • libxcb-render0-dev
  • libxcb-shape0-dev
  • libxcb-xfixes0-dev

在Ubuntu上,您可以使用以下命令进行安装

sudo apt install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev

对于其他Linux发行版,您可以从相应的仓库中获取相同的软件包。

依赖项

~3.5MB
~55K SLoC