feature: add Open Directory option to repository tab context menu - #2639
Open
sdpfigueiredo wants to merge 1 commit into
Open
feature: add Open Directory option to repository tab context menu#2639sdpfigueiredo wants to merge 1 commit into
Open Directory option to repository tab context menu#2639sdpfigueiredo wants to merge 1 commit into
Conversation
sdpfigueiredo
force-pushed
the
feature/add-open-directory-tab-menu
branch
from
August 19, 2026 20:53
1d43e56 to
3e68d0c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
