โ– humdrum codex / glint v1.0.2
license AGPL-3.0

โ† issues

TASK-016 Open text/markdown files in glint by default (OS file associations)

๐ŸŸฆ Backlog feature priority: low release-2

created 2026-06-29 16:38

Description

Adoption feature, OS-level (distinct from TASK-015 which handles $EDITOR / per-tool). Make double-click / 'open file.md' / xdg-open launch glint. glint is a terminal TUI, so LaunchServices/xdg can't point at the binary directly โ€” it needs a thin GUI launcher that spawns a terminal running 'glint '.

Provide a setup command (or a glint -c step) that, per platform:

Scope note: macOS launcher-app generation + duti is the fiddly part; consider shipping a prebuilt launcher template. This is a nice-to-have for adoption, not core editing.

Acceptance Criteria