Skip to content
Gemini CLI

SmartCLI — drive terminal TUIs for Gemini CLI

io.github.dwgx/smartcli

Let agents drive vim, htop, lazygit: send keys, wait on screen state, read the rendered cell grid.

client:Gemini CLI transport:stdio runtime:pypi

Install SmartCLI — drive terminal TUIs in Gemini CLI

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

{
  "mcpServers": {
    "smartcli": {
      "command": "uvx",
      "args": [
        "smartcli-toolkit"
      ]
    }
  }
}

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

SmartCLI — drive terminal TUIs in other clients