Skip to content
Gemini CLI

autohotkey toml devicetree snippets for Gemini CLI

io.github.jmshinhwa/autohotkey-toml-devicetree-snippets

A DeviceTree overlay with status = "enabled" boots the node disabled and a TOML integer with a leadi

client:Gemini CLI transport:stdio runtime:npm

Install autohotkey toml devicetree snippets in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "autohotkey-toml-devicetree-snippets": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/autohotkey-toml-devicetree-snippets"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

autohotkey toml devicetree snippets in other clients