Agatha Lovelace 0ebd573a3c | ||
---|---|---|
.github/workflows | ||
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
shell.nix |
README.md
Colorpickle
A colorscheme generator.
Building
Clone this repository, then run:
cargo build --release
The output binary will be in target/release/colorpickle
Alternatively,
nix build github:AgathaSorceress/colorpickle
A binary for linux-x86_64 is built on each commit and uploaded to Artifacts.
Usage
Usage: colorpickle [OPTIONS] <IMAGE>
Arguments:
<IMAGE> Path to image to pick colors from
Options:
-c, --colors <COLORS> Number of colors to generate (excluding bold colors) [default:8]
-b, --no-bold Skip generating bold color variants
-h, --help Print help
-V, --version Print version