-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: accent color support for the progress bar (#34)
* feat: add env support + verbose logging to all drivers * fix: invalid boolean comparsions w/ maps * refactor: use inner configuration for environment changes * feat: OSC escape sequence progress bar status support * fix: ensure OSC is being printed on non-tty context * feat: add accent color support to the progress bar * fix: correctly disable colors and interactive progress if not in interactive progress mode * feat: use accent color portal to get proper RGB color + translate it to ANSI * docs: remove outdated comment --------- Co-authored-by: Gareth Widlansky <[email protected]>
- Loading branch information
1 parent
14f9233
commit 594a200
Showing
10 changed files
with
248 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.