glow
glow copied to clipboard
Render markdown on the CLI, with pizzazz! 💅🏻
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!
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.
closes #363
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  - github 
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....