Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.17 KB

File metadata and controls

42 lines (33 loc) · 1.17 KB

Glow

info

Glow is a command-line tool for rendering Markdown files with syntax highlighting in the terminal. It is designed to provide a visually pleasing Markdown reading experience directly from your shell, supporting local files, GitHub repositories, and markdown piped from standard input.

brew-intsall

brew install glow

dnf-install

echo '[charm]
name=Charm
baseurl=https://repo.charm.sh/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.charm.sh/yum/gpg.key' | sudo tee /etc/yum.repos.d/charm.repo
sudo dnf install -y glow

go-install

go install github.com/charmbracelet/glow@latest

termux-install

pkg install glow