Crates.io | colo |
lib.rs | colo |
version | 0.4.1 |
source | src |
created_at | 2020-10-28 00:53:11.17063 |
updated_at | 2020-11-28 20:47:05.191254 |
description | CLI tool to show and convert colors between various color spaces |
homepage | https://github.com/Aloso/colo |
repository | https://github.com/Aloso/colo |
max_upload_size | |
id | 306188 |
size | 146,372 |
Command-line tool for displaying colors, written in Rust
The changelog can be found here.
Note that colo
is young and evolving rapidly. There will likely be big changes in the next releases.
How to use colo
is explained on the website.
Here is the list of supported color spaces.
How to install colo
is explained on the releases page.
If you want to build colo
from source, make sure you have the Rust toolchain (including Cargo) installed. Then clone this repository and run
cargo install --path .
Or, if you don't want to clone the repository, you can run
cargo install --git https://github.com/Aloso/colo
This builds the code from the main branch. You can specify a different branch with --branch
or a tag with --tag
.
Please be friendly and respectful to others. This should be a place where everyone can feel safe, therefore I intend to enforce the Rust code of conduct.
I appreciate your help! The easiest way to help is to file bug reports or suggest new features in the issue tracker.
If you want to create a pull request, make sure the following requirements are met:
Also, to pass continuous integration, the code must
cargo fmt
cargo clippy
To contribute to the website, send a PR to the gh-pages
branch.
That's it! If you have any questions, feel free to create an issue.