glow v2.1.2 validates the style path with ~ expanded but passes the original unexpanded string to glamour's file reader, causing ENOENT. Fix: pass the style via --style flag so bash expands $HOME before glow sees it. Revert glow.yml style to "auto" (unused when arty drives it). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
178 B
YAML
9 lines
178 B
YAML
# style name or JSON path (default "auto")
|
|
style: "auto"
|
|
# mouse support (TUI-mode only)
|
|
mouse: false
|
|
# use pager to display markdown
|
|
pager: false
|
|
# word-wrap at width
|
|
width: 80
|