Tools/glow.json

{
  "name": "glow",
  "description": "Render Markdown on the CLI",
  "tags": [
    "markdown",
    "viewer",
    "text"
  ],
  "executable": "glow.exe",
  "packages": {
    "scoop": "glow",
    "choco": "glow"
  },
  "xdg": {
    "compliance": "none",
    "method": "wrapper",
    "instructions": "glow honors no XDG environment variable. Its config path comes from a Win32 known-folder lookup (immune to APPDATA/LOCALAPPDATA), GLAMOUR_STYLE is never read, and GLOW_STYLE loses to the non-TTY downgrade. Tools/glow.ps1 wraps the executable and passes --config and -s explicitly."
  },
  "settings": {
    "theme": "catppuccin-mocha",
    "configFile": "${XDG_CONFIG_HOME}/glow/glow.yml"
  },
  "aliases": {},
  "picker": null
}