Skip to content

Commit

Permalink
Merge pull request #184 from rust-cli/add-crates-to-readme
Browse files Browse the repository at this point in the history
docs: Add crates to README
  • Loading branch information
epage authored Mar 30, 2024
2 parents 9558676 + 8d9a9ce commit 7b9076b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ This repo contains:
- [`anstyle-ls`](./crates/anstyle-ls) for parsing `LS_COLORS` style descriptions
- Convert to other formats
- [`anstyle-roff`](./crates/anstyle-roff) for converting ANSI codes to `ROFF`
- [`anstyle-svg`](./crates/anstyle-svg) for converting ANSI codes to `SVG`
- Styling integration
- [`anstyle-ansi-term`](./crates/anstyle-ansi-term) for adapting `anstyle` to `ansi_term`
- [`anstyle-crossterm`](./crates/anstyle-crossterm) for adapting `anstyle` to `crossterm`
- [`anstyle-owo-colors`](./crates/anstyle-owo-colors) for adapting `anstyle` to `owo-colors`
- [`anstyle-syntect`](./crates/anstyle-syntect) for adapting `anstyle` to `syntect`
- [`anstyle-termcolor`](./crates/anstyle-termcolor) for adapting `anstyle` to `termcolor`
- [`anstyle-yansi`](./crates/anstyle-yansi) for adapting `anstyle` to `yansi`
- Utilities
- [`anstyle-lossy`](./crates/anstyle-lossy) for converting between color types
- [`anstyle-parse`](./crates/anstyle-parse) for parsing ANSI Style Escapes
- [`anstyle-wincon`](./crates/anstyle-wincon) for styling legacy Microsoft terminals
- [`colorchoice-clap`](./crates/colorchoice-clap) for using `color` flag in `clap`

0 comments on commit 7b9076b

Please sign in to comment.