Socket
Socket
Sign inDemoInstall

myrich

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    myrich

Shell-like using Rich for render rich text content


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc