Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / BurntSushi/termcolor issues and pull requests
#88 - Add flush method to BufferWriter and improve documentation
Pull Request -
State: open - Opened by Soroushsrd 16 days ago
#87 - [fix] Example Code
Pull Request -
State: open - Opened by OleMussmann about 2 months ago
#86 - Typo in example code
Issue -
State: open - Opened by OleMussmann about 2 months ago
#85 - ci: winapi-util has a MSRV of 1.72.0, change the pinned-win build to use that.
Pull Request -
State: closed - Opened by andrewcarson about 2 months ago
- 1 comment
#84 - feat: support blinking text in ANSI mode.
Pull Request -
State: open - Opened by andrewcarson about 2 months ago
- 2 comments
#83 - Option to create a memory-only Buffer with color detection
Issue -
State: closed - Opened by kornelski 7 months ago
- 1 comment
#82 - Fine-tune the Ordering for printed
Pull Request -
State: closed - Opened by wang384670111 about 1 year ago
- 1 comment
#81 - api: add Clone impls
Pull Request -
State: closed - Opened by BurntSushi over 1 year ago
#80 - Update MSRV info
Pull Request -
State: closed - Opened by atouchet over 1 year ago
- 1 comment
#79 - ci: bump MSRV to Rust 1.60
Pull Request -
State: closed - Opened by BurntSushi over 1 year ago
#79 - ci: bump MSRV to Rust 1.60
Pull Request -
State: closed - Opened by BurntSushi over 1 year ago
#78 - Readme Fixes
Pull Request -
State: closed - Opened by atouchet over 1 year ago
#77 - Update Readme
Pull Request -
State: closed - Opened by atouchet over 1 year ago
- 2 comments
#77 - Update Readme
Pull Request -
State: closed - Opened by atouchet over 1 year ago
- 2 comments
#76 - remove atty recommendation and add hyperlink support
Pull Request -
State: closed - Opened by BurntSushi over 1 year ago
- 1 comment
#75 - Implement WriteColor for Empty
Pull Request -
State: open - Opened by SUPERCILEX over 1 year ago
- 1 comment
#74 - Feature request: Add support for "reverse" color effect
Issue -
State: open - Opened by bwpge almost 2 years ago
- 1 comment
#73 - Remove atty recommendation
Issue -
State: closed - Opened by daboross almost 2 years ago
- 2 comments
#72 - Empty NO_COLOR environmental variable should not disable coloring
Issue -
State: closed - Opened by FRex almost 2 years ago
- 3 comments
Labels: wontfix
#71 - Consider supporting FORCE_COLOR environmental variable
Issue -
State: closed - Opened by matklad almost 2 years ago
- 4 comments
#70 - Update terminal tty checker recommendation
Pull Request -
State: closed - Opened by cgbur almost 2 years ago
- 1 comment
#69 - Is `BufferWriter::print` expected to flush?
Issue -
State: open - Opened by nissaofthesea almost 2 years ago
- 3 comments
Labels: enhancement, help wanted
#68 - rollup: bring in several low-hanging fruit PRs
Pull Request -
State: closed - Opened by BurntSushi about 2 years ago
#67 - Add strikethrough option
Pull Request -
State: closed - Opened by tgross35 about 2 years ago
#66 - Mark ColorSpec::new() const so that it can be used as a constant
Pull Request -
State: closed - Opened by dimo414 over 2 years ago
- 1 comment
#65 - Add support for hyperlinks
Pull Request -
State: closed - Opened by ltrzesniewski over 2 years ago
- 15 comments
#64 - Remove outdated exclusions
Pull Request -
State: closed - Opened by atouchet over 2 years ago
#63 - bug: respect NO_COLOR env var only if set to non-empty value
Pull Request -
State: closed - Opened by wbolster over 2 years ago
- 3 comments
#62 - Add support for writing to streams other than standard output and standard error.
Pull Request -
State: closed - Opened by SolraBizna over 2 years ago
- 6 comments
#61 - Avoid escapes when redirecting output?
Issue -
State: closed - Opened by andrewdavidmackenzie almost 3 years ago
- 2 comments
Labels: wontfix
#60 - Delint some clippy lints
Pull Request -
State: closed - Opened by Property404 almost 3 years ago
#59 - Add const methods to ColorSpec
Pull Request -
State: open - Opened by Property404 almost 3 years ago
- 1 comment
#58 - `serde` support for `Color` and `ColorChoice`
Pull Request -
State: closed - Opened by virtualritz almost 3 years ago
- 1 comment
#57 - Serde support?
Issue -
State: closed - Opened by virtualritz almost 3 years ago
- 6 comments
#56 - Implement Ansi::write_all() explicitly
Pull Request -
State: closed - Opened by blyxxyz about 3 years ago
#55 - Can WriteColor be implemented for std::fmt::Formatter?
Issue -
State: closed - Opened by kvark over 3 years ago
- 1 comment
Labels: wontfix
#54 - Add #rrggbb string parsing
Pull Request -
State: open - Opened by kilpkonn over 3 years ago
- 3 comments
#53 - termcolor panics when used from the Windows GUI application compiled with Rust 1.56
Issue -
State: closed - Opened by ancwrd1 over 3 years ago
- 14 comments
#52 - [Question] - Only color a word
Issue -
State: closed - Opened by margual56 over 3 years ago
- 1 comment
#51 - How to prevent StandardStream from writing to stdout in test?
Issue -
State: closed - Opened by schneems over 3 years ago
- 2 comments
Labels: invalid
#50 - No method named `write_fmt` found for mutable reference `&mut termcolor::StandardStream` in the current scope
Issue -
State: closed - Opened by iot-resister over 3 years ago
- 2 comments
#49 - WIP: Adopt concolor-control for auto-detection
Pull Request -
State: open - Opened by epage over 3 years ago
- 2 comments
#48 - Implement `Debug` for public types
Pull Request -
State: closed - Opened by casey over 3 years ago
- 1 comment
#47 - Add strikethrough capability
Pull Request -
State: closed - Opened by k12ish over 3 years ago
#46 - `ColorSpec` should provide methods for strikethrough text
Issue -
State: closed - Opened by k12ish over 3 years ago
- 5 comments
#45 - Feature Request: Merge `Buffer`s
Issue -
State: closed - Opened by ThePuzzlemaker over 3 years ago
- 2 comments
#44 - Add missing colors
Issue -
State: closed - Opened by bestouff over 3 years ago
- 6 comments
#43 - Should ColorSpec be Copy?
Issue -
State: open - Opened by LPGhatguy over 3 years ago
- 1 comment
#42 - `impl {Default, FromStr} for ColorChoice`
Pull Request -
State: closed - Opened by jyn514 over 3 years ago
- 1 comment
#41 - Support CLICOLOR and CLICOLOR_FORCE
Issue -
State: closed - Opened by Timmmm almost 4 years ago
- 8 comments
Labels: question
#40 - Error writing valid UTF-8 to a terminal on Windows 10 with ColorChoice::Never
Issue -
State: closed - Opened by Count-Count almost 4 years ago
- 6 comments
Labels: help wanted, question
#39 - Update some links
Pull Request -
State: closed - Opened by atouchet about 4 years ago
#38 - Implement WriteColor for std::io::Sink
Pull Request -
State: closed - Opened by segeljakt about 4 years ago
- 1 comment
#37 - impl WriteColor for std::io::Sink
Issue -
State: closed - Opened by segeljakt about 4 years ago
- 4 comments
Labels: enhancement, help wanted
#36 - tests: remove use of doc_comment crate
Pull Request -
State: closed - Opened by taiki-e over 4 years ago
- 1 comment
#35 - Compile fails on Rust 1.38 and 1.39
Issue -
State: closed - Opened by taiki-e over 4 years ago
- 1 comment
#34 - Add support for dim text (ANSI only)
Pull Request -
State: closed - Opened by LukasKalbertodt over 4 years ago
- 2 comments
#33 - Add terminal color support
Issue -
State: closed - Opened by nwagner84 over 4 years ago
- 1 comment
#32 - Incorrect line-wrapping when used in PROMPT/PS1 on zsh
Issue -
State: closed - Opened by spease over 4 years ago
- 2 comments
Labels: question
#31 - Replace "cfg(test)" with "cfg(doctest)" for readme testing
Pull Request -
State: closed - Opened by GuillaumeGomez almost 5 years ago
#30 - Improve interoperability with `std::fmt` traits
Issue -
State: closed - Opened by yaahc almost 5 years ago
- 2 comments
#29 - Common crate for color and style types?
Issue -
State: closed - Opened by joshtriplett almost 5 years ago
- 6 comments
#28 - termcolor: don't print colors if TERM=xterm-mono
Pull Request -
State: closed - Opened by aleksator almost 5 years ago
#27 - Don't print colors when TERM=xterm-mono
Issue -
State: closed - Opened by aleksator almost 5 years ago
- 6 comments
Labels: question
#26 - Ergonomic Change to Option Arguments
Pull Request -
State: open - Opened by jsouto18 almost 5 years ago
#25 - Ergonomic Suggestion for Option Arguments
Issue -
State: open - Opened by jsouto18 almost 5 years ago
- 2 comments
Labels: question
#24 - rollup + rustfmt + switch to GitHub Actions + support NO_COLOR
Pull Request -
State: closed - Opened by BurntSushi about 5 years ago
#23 - Use atty to detect color support on not-windows systems
Pull Request -
State: closed - Opened by ypoluektovich over 5 years ago
- 3 comments
#22 - Feature request: dyn WriteColor -> io::Write
Issue -
State: closed - Opened by CAD97 over 5 years ago
- 2 comments
#21 - RGB colors not working on OSX
Issue -
State: closed - Opened by mookid over 5 years ago
- 5 comments
Labels: invalid
#20 - Add italic text.
Pull Request -
State: closed - Opened by mookid over 5 years ago
- 4 comments
#19 - wincolor: specify dual-license
Pull Request -
State: closed - Opened by clonejo over 5 years ago
- 2 comments
#18 - Add no_reset to ColorSpec + getter/setter
Pull Request -
State: closed - Opened by comfortablynick over 5 years ago
#17 - Any way not to reset automatically with each set_color?
Issue -
State: closed - Opened by comfortablynick over 5 years ago
- 4 comments
#16 - Windows: piping to less drops the color except for the first line.
Issue -
State: closed - Opened by mookid over 5 years ago
- 2 comments
Labels: invalid
#15 - Support more display settings in ColorSpec
Issue -
State: closed - Opened by brendanzab over 5 years ago
- 5 comments
Labels: enhancement, help wanted
#14 - Automatically check if README.md examples are working when running "cargo test"
Pull Request -
State: closed - Opened by GuillaumeGomez almost 6 years ago
- 3 comments
#13 - Respect $NO_COLOR variable
Issue -
State: closed - Opened by Sohalt about 6 years ago
- 4 comments
#12 - Inconsistent behaviour between Windows 7 and Linux.
Issue -
State: closed - Opened by daxpedda about 6 years ago
- 2 comments
#11 - Escape non-printing ANSI color codes
Pull Request -
State: closed - Opened by glfmn over 6 years ago
- 6 comments
#10 - Support the first 16 Ansi256 colors on Windows
Pull Request -
State: closed - Opened by kennytm over 6 years ago
- 4 comments
#9 - Mark Color as Copy
Pull Request -
State: closed - Opened by LPGhatguy over 6 years ago
- 2 comments
#8 - Should Color be Copy?
Issue -
State: closed - Opened by LPGhatguy over 6 years ago
- 4 comments
Labels: enhancement
#7 - Color codes written to file when stdout or stderr is redirected to file
Issue -
State: closed - Opened by romanows over 6 years ago
- 1 comment
Labels: doc
#6 - Colors don't reset when interleaving writes to stdout/stderr
Issue -
State: closed - Opened by romanows over 6 years ago
- 4 comments
Labels: doc
#5 - windows: replace uses of winapi with winapi-util
Pull Request -
State: closed - Opened by BurntSushi over 6 years ago
#4 - termcolor overwrites initial windows console colors
Issue -
State: closed - Opened by rivy over 6 years ago
- 4 comments
Labels: wontfix
#3 - Strip escape codes when not attached to terminal
Issue -
State: closed - Opened by wtetzner over 6 years ago
- 3 comments
Labels: question
#2 - support virtual terminal sequences on Windows 10
Issue -
State: closed - Opened by galich over 6 years ago
- 4 comments
#1 - exclude CI files from distribution
Pull Request -
State: closed - Opened by ignatenkobrain over 6 years ago
- 1 comment