anomalyco / anomalyco/opencode
[FEATURE]:Add "Open in Terminal" to the Linux app dropdown
@Brendonovich is already working on this.
Since Sep 12, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
The "Open in" menu (session header / sidebar) lists Terminal, iTerm, Ghostty, and Warp on macOS but has no terminal entry on Linux. The terminal shortcut is a common part of the open-in-app flow and Linux users are left with only file-explorer/editor options.
Proposed: add a terminal entry to LINUX_APPS / LINUX_OPEN_APPS with default openWith: "x-terminal-emulator" (or per-distro detection of the default terminal).
Work in progress (from the anomalyco fork, not yet a PR): use of the terminal AppIcon + existing session.header.open.app.terminal i18n key, and the desktop open-path handler passing each emulator's working-directory flag (--working-directory for cosmic-term/gnome-terminal/alacritty, --workdir konsole, --directory kitty, --cwd wezterm) so the shell opens in the project directory rather than $HOME.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.