Skip to content

feat(desktop): filter Open In list to only show installed apps#12454

Closed
aaranmcguire wants to merge 1 commit into
anomalyco:devfrom
aaranmcguire:opencode/witty-meadow
Closed

feat(desktop): filter Open In list to only show installed apps#12454
aaranmcguire wants to merge 1 commit into
anomalyco:devfrom
aaranmcguire:opencode/witty-meadow

Conversation

@aaranmcguire

Copy link
Copy Markdown

What does this PR do?

Loving the new "Open in" UI, however it contains a bunch of applications I don't use. Ideally the UI would check if I have the app before displaying it.

Before:

Screenshot 2026-02-06 at 10 23 17

After:

Screenshot 2026-02-06 at 10 25 29

How did you verify your code works?

Opened the new app directly on Mac (Unfortunately I don't have a Windows or Linux env to test these two envs)

@github-actions

github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions

github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@aaranmcguire
aaranmcguire marked this pull request as draft February 6, 2026 10:33
- Add Rust command to detect installed apps on macOS/Windows/Linux
- macOS: Use 'open -Ra' to check if app exists
- Windows: Use 'where' command to find executables
- Linux: Use 'which' command to find executables
- Add checkAppsExist to Platform interface
- Filter session-header dropdown to show only installed apps
- System apps (Finder, Terminal, etc.) always shown
- Add tests for app detection on all platforms
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant