Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS feature: "Show (File) in Finder" #644

Open
fritza opened this issue Oct 1, 2024 · 3 comments
Open

macOS feature: "Show (File) in Finder" #644

fritza opened this issue Oct 1, 2024 · 3 comments

Comments

@fritza
Copy link

fritza commented Oct 1, 2024

It's very common for Mac applications to include Show in Finder in the File menu. This brings the Finder to the foreground and displays the enclosing directory with the current file selected.

I could go all day about the rationale and how there is no equvalent "best practice:" The editor knows which identically-named file you're modifying even when you (frequently) don't.

You've done good work already on Mac compatibility; this shouldn't (?) be a big step forward.

Bonus:

Most Mac editor windows display the file path as a popup menu when you ⌘-click on the menu bar. Same effect, less effort.

@lukehaas
Copy link
Owner

lukehaas commented Oct 1, 2024

Thanks @fritza. Could you provide any examples of editors that do this?

@fritza
Copy link
Author

fritza commented Oct 1, 2024

Less universal and harder to find than I thought, the only examplesI could find in a few minutes were… coding tools.


Automator:

Screenshot 2024-10-01 at 2 43 22 PM

BBEdit:

Screenshot 2024-10-01 at 2 30 03 PM

Xcode (middle of the File menu, I forgot the incantation for screenshotting a menu):

Screenshot 2024-10-01 at 2 36 40 PM

@lukehaas
Copy link
Owner

lukehaas commented Oct 2, 2024

Thanks for providing those examples. I will give it some consideration.

You can currently see the file path by hovering the mouse over a tab, like this:
Screenshot 2024-10-02 at 09 07 46

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

No branches or pull requests

2 participants