rich Command Examples

A toolbox for fancy output in the terminal. More information: https://github.com/Textualize/rich-cli.

rich {{path/to/file.py}}

rich {{path/to/file.py}} --line-number --guides

rich {{path/to/file.py}} --theme {{monokai}}

rich {{path/to/file.py}} --pager

rich {{https://raw.githubusercontent.com/Textualize/rich-cli/main/README.md}} --markdown --pager

rich {{path/to/file.md}} --export-html {{path/to/file.html}}

rich --print {{"Hello [green on black]Stylized[/green on black] [bold]World[/bold]"}} --{{left|center|right}} --width {{10}}