https://github.com/charmbracelet/glow
# for now we use a forked version of the official plugin to fix an issue (https://github.com/chessmango/asdf-glow/pull/1)
asdf plugin install https://github.com/yogeek/asdf-glow/
asdf install glow latest
asdf global glow latest
glow --version
# in a repo with markdown files : 'glow' will propose to select one of the markdown files to read
glow
# read a specific markdown file
glow README.md
# Fetch README from GitHub / GitLab
glow github.com/charmbracelet/glow
# Fetch markdown from HTTP
glow https://host.tld/file.md
# Read from stdin
echo "[Glow](https://github.com/charmbracelet/glow)" | glow -