anstyle
anstyle copied to clipboard
ANSI text styling
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...
See - https://github.com/sharkdp/lscolors/blob/12ab04d75edca0f9de36a0e7e7fbab31b3974225/src/lib.rs#L267 - https://github.com/sharkdp/lscolors/blob/master/src/style.rs#L218
Most term styling crates require the format-site to know the capabilities of the intended output stream. This complicates things when the the format-site and outputting are decoupled. The idea for...
This will be a building block for implicit conversions between formats
See - https://lib.rs/crates/coolor - https://lib.rs/crates/ansi_colours - https://lib.rs/crates/color_space - https://github.com/Textualize/rich/blob/master/rich/color.py and https://github.com/Textualize/rich/blob/master/rich/_palettes.py
This is meant to be used in public APIs, so we need to get to 1.0 so users don't break on upgrade. Blockers: real world usage - My plan is...
Factor out more common field values that don't vary among individual crates. - Inherit `package.categories` from the workspace - Inherit `package.homepage` from the workspace - Inherit `package.repository` from the workspace
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/rust-cli/anstyle). ## Open The following updates have all...
Hi, nice work! I happen to agree on much of the premise of this project and am also building a library, called [prettypretty](https://github.com/apparebit/prettypretty), to improve color output of terminal applications....
As originally reported in https://github.com/astral-sh/uv/issues/3955, it seems both https://force-color.org/ and https://no-color.org/ are becoming adopted community standards. Python's 3.13 docs shows an example usage of both https://docs.python.org/3.13/using/cmdline.html#controlling-color. It would be ideal...