-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The CLI should support colorizing the output data to make it easier to read, both diagnostic and annotated hex encoding.
This will probably have to be generated by the library, easiest might be to inject ANSI escape codes in the output strings, can probably be used in the website with something like https://www.npmjs.com/package/ansi-to-html (how to support Windows terminals? hopefully there's something that can parse ANSI escapes and generate the correct commands, or maybe there's a library that gives higher-level colorized strings via annotated spans that can be converted into different formats as needed).
An example of what jq does for colorizing JSON which the diagnostic colorization can probably be based on:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
