File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ This repo contains:
6
6
- [ ` anstyle-ls ` ] ( ./crates/anstyle-ls ) for parsing ` LS_COLORS ` style descriptions
7
7
- Convert to other formats
8
8
- [ ` anstyle-roff ` ] ( ./crates/anstyle-roff ) for converting ANSI codes to ` ROFF `
9
+ - [ ` anstyle-svg ` ] ( ./crates/anstyle-svg ) for converting ANSI codes to ` SVG `
9
10
- Styling integration
10
11
- [ ` anstyle-ansi-term ` ] ( ./crates/anstyle-ansi-term ) for adapting ` anstyle ` to ` ansi_term `
11
12
- [ ` anstyle-crossterm ` ] ( ./crates/anstyle-crossterm ) for adapting ` anstyle ` to ` crossterm `
12
13
- [ ` anstyle-owo-colors ` ] ( ./crates/anstyle-owo-colors ) for adapting ` anstyle ` to ` owo-colors `
14
+ - [ ` anstyle-syntect ` ] ( ./crates/anstyle-syntect ) for adapting ` anstyle ` to ` syntect `
13
15
- [ ` anstyle-termcolor ` ] ( ./crates/anstyle-termcolor ) for adapting ` anstyle ` to ` termcolor `
14
16
- [ ` anstyle-yansi ` ] ( ./crates/anstyle-yansi ) for adapting ` anstyle ` to ` yansi `
15
17
- Utilities
16
18
- [ ` anstyle-lossy ` ] ( ./crates/anstyle-lossy ) for converting between color types
17
19
- [ ` anstyle-parse ` ] ( ./crates/anstyle-parse ) for parsing ANSI Style Escapes
18
20
- [ ` anstyle-wincon ` ] ( ./crates/anstyle-wincon ) for styling legacy Microsoft terminals
21
+ - [ ` colorchoice-clap ` ] ( ./crates/colorchoice-clap ) for using ` color ` flag in ` clap `
You can’t perform that action at this time.
0 commit comments