rich-cli

Render rich text and beautiful formatting in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Command-line toolbox for fancy output in the terminal

Commands

rich

Examples

Display a markdown file with syntax highlighting$ rich README.md
Show JSON with pretty formatting and colors$ echo '{"name": "test"}' | rich --json
Display syntax-highlighted Python code$ rich script.py