Skip to content

Conversation

@dibyanshu-pal-kushwaha
Copy link

@dibyanshu-pal-kushwaha dibyanshu-pal-kushwaha commented Feb 4, 2026

Description
This PR addresses issue #291 by adding a context menu option to open the project folder directly in the native OS file explorer. This improves navigation usability by allowing users to quickly locate their project files on disk without manually searching through directories.

Fixes : #291

Changes
1)Renderer: Added a "Show in File Explorer" item to the ProjectListEntryMenu component.
2)Main Process: Implemented the IPC handler in ProjectPage.js to trigger the existing shell.showItemInFolder functionality via the Messages.SHOW_ITEM_IN_FOLDER channel.

Screenshots:
This is Show in File Explorer option in Menu Options:
s1

Finally directing the exisitng project in the System :
s2

Verification
Added a new project/folder in StatWrap.
Clicked the ... menu on the project card.
Selected "Show in File Explorer".
Confirmed that the Finder/Explorer window opened to the correct project directory.

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.

Usability: Navigate to project folder in OS from project list

1 participant