Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/CLI Tool Collection/Glow.md

25 lines
662 B
Markdown
Raw Normal View History

[Glow](https://terminalroot.com/render-markdown-in-the-terminal-elegantly/) allows you to view Markdown files right within the terminal. This is another charm bracelet application written in Go.
Installation:
```sh
# macOS (with MacPorts)
sudo port install glow
```
Usage:
```sh
glow file.md
```
You can also view files online:
```sh
glow https://host.tld/file.md
```
via [this](https://terminalroot.com/render-markdown-in-the-terminal-elegantly/) source. To view the full repository visit [here](https://github.com/charmbracelet/glow).
If you prefer markdown reader written in Swift, there is [mdless](https://brettterpstra.com/projects/mdless/).