Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RICH_THEME=dracula rich loop.py

By default, `rich` will wrap lines if they don't fit within the available width. You can disable this behavior with `--no-wrap`.

`Rich` will try to deduce the format of the via from the filename. If you want to override the auto-detected _lexer_ you can explicitly set it with the `--lexer` or `-x` switch.
`Rich` will try to deduce the file format from the filename. If you want to override the auto-detected _lexer_ you can explicitly set it with the `--lexer` or `-x` switch.

## Markdown

Expand Down Expand Up @@ -157,10 +157,11 @@ rich __main__.py -n -g --theme monokai --pager

## Network

The `rich` command can read files from the internet you give it a URL starting with `http://` or `https://`.
The `rich` command can read files from the internet if you give it a URL starting with `http://` or `https://`.

```
rich https://raw.githubusercontent.com/Textualize/rich-cli/main/README.md --markdown

```

![network](https://raw.githubusercontent.com/Textualize/rich-cli/main/imgs/network1.png)
Expand Down