
rich
List of commands for rich:
-
rich:tldr:09363 rich: Export a file as HTML.$ rich ${filename-md} --export-html ${filename-html}try on your machineexplain this command
-
rich:tldr:1a6c4 rich: Display a file in an interactive pager.$ rich ${filename-py} --pagertry on your machineexplain this command
-
rich:tldr:20cd0 rich: Display contents from a URL.$ rich ${https:--raw-githubusercontent-com-Textualize-rich-cli-main-README-md} --markdown --pagertry on your machineexplain this command
-
rich:tldr:38de4 rich: Add line numbers, and indentation guides.$ rich ${filename-py} --line-number --guidestry on your machineexplain this command
-
rich:tldr:3c577 rich: Apply a theme.$ rich ${filename-py} --theme ${monokai}try on your machineexplain this command
-
rich:tldr:54127 rich: Display text with formatting tags, custom alignment, and line width.$ rich --print ${"Hello [green on black]Stylized[-green on black] [bold]World[-bold]"} --${select} --width ${10}try on your machineexplain this command
-
rich:tldr:a971f rich: Display a file with syntax highlighting.$ rich ${filename-py}try on your machineexplain this command