Skip to content

Instantly share code, notes, and snippets.

View olavocarvalho's full-sized avatar

Olavo Vieira olavocarvalho

View GitHub Profile
@olavocarvalho
olavocarvalho / glowm
Last active January 25, 2026 17:18
glowm - Glow wrapper with mermaid-ascii support for rendering diagrams in terminal
#!/usr/bin/env bash
#
# glowm - Glow with Mermaid support
#
# Pre-processes markdown files to render ```mermaid blocks as ASCII
# before passing to glow for display.
#
# Requirements:
# - glow (brew install glow)
# - mermaid-ascii (go install github.com/AlexanderGrooff/mermaid-ascii@latest)