🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

myrich

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myrich

Shell-like using Rich for render rich text content

0.2.2
PyPI
Maintainers
1

MyRich

PyPI version Tests

Shell-like using Rich for render rich text content

Installing

Install with pip

$ pip install myrich

Use

Execute the command myrich

$ myrich
(rich) /home/user $ 

You use the internal command markdown for render a Markdown file

$ myrich
(rich) /home/user $ markdown -y README.md

You use the internal command syntax for render a file using syntax highlighting

$ myrich
(rich) /home/user $ syntax -l code.py

Using the Console

You can render the ouput the any command over rich terminal content

$ myrich
(rich) /home/user $ cat code.py

You can run several commands through pipes

$ myrich
(rich) /home/user $ python -m myrich -S -l --path code.py | cat

Using Emoji

You can render the ouput with Emojis

$ myrich
(rich) /home/user $ echo :smiley:

License

MIT

Keywords

render rich text syntax highlighting markdown terminal console

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts