Skip to content

feature: add Open Directory option to repository tab context menu - #2639

Open
sdpfigueiredo wants to merge 1 commit into
sourcegit-scm:developfrom
sdpfigueiredo:feature/add-open-directory-tab-menu
Open

feature: add Open Directory option to repository tab context menu#2639
sdpfigueiredo wants to merge 1 commit into
sourcegit-scm:developfrom
sdpfigueiredo:feature/add-open-directory-tab-menu

Conversation

@sdpfigueiredo

@sdpfigueiredo sdpfigueiredo commented Aug 19, 2026

Copy link
Copy Markdown

Closes #2638

**What
Adds an "Open Directory" item to the right-click context menu of repository tabs in the tab bar. It opens the repository's working directory in the system file explorer.

**How
src/Views/LauncherTabBar.axaml.cs: inserts a new openDirectory menu item in OnTabContextRequested (between CopyPath and the separator), using the existing Icons.Folder.Open icon and Native.OS.OpenInFileManager helper with new DirectoryInfo(repo.FullPath).FullName.
Adds the Text.PageTabBar.Tab.OpenDirectory resource key to all 16 locale files.
Regenerates TRANSLATION.md (translation status and locale sorting) via build/scripts/localization-check.js.

**Verified
dotnet build -c Debug: 0 warnings, 0 errors
dotnet format --verify-no-changes: pass
Locale files contain the new key, sorted per the localization script

**Screenshot
image

@sdpfigueiredo
sdpfigueiredo force-pushed the feature/add-open-directory-tab-menu branch from 1d43e56 to 3e68d0c Compare August 19, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant