⚙️ Settings
{% if request.query_params.get('saved') %}
✓ Settings saved successfully! Changes will take effect on the next sync.
{% endif %}
🔗 GitHub Connection
{% if auth_status.authenticated %}
{% else %}
Status
Connected
Host
{{ auth_status.hostname or 'github.com' }}
Username
{{ auth_status.username or 'Unknown' }}
{% if auth_status.scopes %}
Scopes
{% endif %}
{% for scope in auth_status.scopes %}
{{ scope }}
{% endfor %}
{{ auth_status.error or 'Not authenticated' }}
To authenticate, run this command in your terminal:
gh auth login
{% endif %}
🌍 Environment Variables
These environment variables can override the default gh CLI behavior. If not set, gh uses its stored credentials.
| Variable | Status | Description |
|---|---|---|
| {{ env.name }} | {% if env.is_set %} {{ env.value_preview }} {% else %} Not set {% endif %} | {{ env.description }} |
🔍 Filter Configuration
{{ config_path }}