You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(explorer): add Open action to file/folder context menu
Coffee CLI ships no in-app previewers (markdown / pdf / image / etc.),
so before this commit the user's only path from Explorer to a file's
content was Reveal in File Explorer → double-click in the OS file
manager. Add a top-of-menu Open entry that hands the absolute path
straight to the existing open_url command (cmd /C start "" / open /
xdg-open) — files launch in their OS-default app, folders launch in
the OS file manager, file-type-without-default triggers the OS picker.
We don't track defaults or MIME mappings ourselves; the system owns
the whole flow.
Translation key menu.open added to all 11 i18n bundles.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments