You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plan on adding built-in ANSI escape code shortcut combinations such as bold and underlined foreground/background colours (8/16 colours; not 256 colours). It would be nice to have the option to have shortcuts for these combinations so the syntax doesn't become verbose and tedious.
Plan on adding built-in ANSI escape code shortcut combinations such as bold and underlined foreground/background colours (8/16 colours; not 256 colours). It would be nice to have the option to have shortcuts for these combinations so the syntax doesn't become verbose and tedious.
Here are some examples of shortcut combinations:
An example of what the shortcut combinations would replace (as shortcut options, to eliminate verbose syntax):
Also, custom terminal output such as coloured loading/percent bars would also be good to have for niche versatility of the library.
Here's an example of what that could look like (syntax wise):
If any of these features are going to be added, make sure to add unit tests for them whenever possible.
The text was updated successfully, but these errors were encountered: