glow icon indicating copy to clipboard operation
glow copied to clipboard

Render markdown on the CLI, with pizzazz! 💅🏻

Results 293 glow issues
Sort by recently updated
recently updated
newest added

I think current version of glow is still using the rsa keys, so we prob want to migrate them to the ed15519 ones as well... or somehow force the old...

enhancement

It would be helpful to be able to organize documents in several different ways. I would have command line options and config options to allow: * sorting by creation date...

enhancement
tui

See https://github.com/skycocker/chromebrew.

Greetings developers & contributors. [Mermaid](https://mermaid-js.github.io/) is a flowchart diagram JS library which renders markdown into diagrams, GitHub uses it to render [diagrams in the markdown](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) files. Adding support for mermaid...

enhancement

I had to experiment a bit until I found the right way to render from stdin. This extended example could be helpful to someone.

Add a note to just use `go install` for installation. Perhaps obvious, but I tend to simply use go as a package manager for golang projects. Edit: Also, this is...

documentation

To make it usable as preview option for markdown written in eg vim, it would be nice to have a special mode where the markdown file gets reloaded on every...

enhancement

Adds a man page in glow.1

documentation

Hi, everyone! First of all, thanks for creating and maintaining this incredible tool! I created this PR to add support for `GLOW_CONFIG` environment variable, like described in the issue linked...

I want to read a markdown file pager-style, not by scrolling in the shell. So I use `-p`; `most` is my pager. Compare: `glow -p README.md`: ![image](https://user-images.githubusercontent.com/4246780/159804742-7d5b6834-9e2b-4e1c-afed-e11e1e3a1ada.png) `glow README.md`: ![image](https://user-images.githubusercontent.com/4246780/159804819-b84c5176-b5bc-48fb-a510-6adc0f86adb2.png)...