Skip to content

icecreammatt/hex2color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex2color

Usage: hex2color <FFFFFF or (0-255) (0-255) (0-255)>

Screen Shot 2023-05-01 at 6 50 34 PM

Building with Rust

  • cargo build
  • cargo run FF00FF
  • cargo install --path .

Run with nix

  • nix run github:icecreammatt/hex2color FFFF00

Build and run with nix

  • nix build
  • ./result/bin/hex2color FF0000

About

CLI utility that takes a hex or RGB value and outputs a color swatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published