glow icon indicating copy to clipboard operation
glow copied to clipboard

Render markdown on the CLI, with pizzazz! 💅🏻

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

This is a great tool and it would be even better if it could read [AsciiDoc](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/) files as well. Thanks!

enhancement

Fixes https://github.com/charmbracelet/glow/issues/182 Introduce key binding to allow users to open their `EDITOR` to edit local markdown files in stash and pager view.

The `EDITOR` environment variable can be a command with arguments, e.g. `emacsclient -t`. Currently, `glow config` does not split the string, so the command results in: ``` Error: exec: "emacsclient...

Fixes #212 based on @fiskhest's [comment](https://github.com/charmbracelet/glow/issues/212#issuecomment-921632355). Updated glamour version and added a line in `main.go` to preserve line breaks. ### Test case: ``` $ cat test.md two spaces break tag...

I use Markdown syntax when writing git commit messages, and I would love to use glow as a pager for `git log`. This works pretty well: ```bash git log --pretty="format:'##...

Please add support for hard line breaks. https://spec.commonmark.org/0.30/#hard-line-breaks

could anyone add a bock highlight for this excellent project, be like github: - glow ![glow](https://user-images.githubusercontent.com/34358145/177046385-c66e9837-7d24-4569-ab40-6d2056334d7f.png) - github ![github2](https://user-images.githubusercontent.com/34358145/177046423-a2369920-b9e8-4de2-bd3f-7f3d8ca5f307.png)

I was modifying the [Elvish shell](https://github.com/elves/elvish) to use `glow` to dynamically generate a Go source file that contains documentation for the shell's builtin functions and variables. I ultimately decided that...

I am loving using glow, but when I run it inside Tmux the colour scheme is mangled. I am running MacOS big sur, in Iterm2 with the solarized dark scheme....