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
Rich is a "Python library for rich text and beautiful formatting in the terminal." In particular, it can also render pretty tables, which will 1. make overreact look awesome, and 2. simplify a lot the current codebase regarding the interface.
The text was updated successfully, but these errors were encountered:
There is a use case that Rich does not cover, namely the insertion of sub- and superscript Unicode strings. Luckily there is unicodeit, which seems to work well with Rich (see Textualize/rich#440).
schneiderfelipe
changed the title
Use Rich in the command-line interface
Use Rich and unicodeit in the command-line interface
Nov 20, 2020
svenkreiss/unicodeit#37 probably limits some of what I want to do, but there is a workaround: use unicodeit.net and copy its output. No need to have extra dependency.
schneiderfelipe
changed the title
Use Rich and unicodeit in the command-line interface
Use Rich in the command-line interface
Nov 20, 2020
Rich is a "Python library for rich text and beautiful formatting in the terminal." In particular, it can also render pretty tables, which will 1. make overreact look awesome, and 2. simplify a lot the current codebase regarding the interface.
The text was updated successfully, but these errors were encountered: