-
Notifications
You must be signed in to change notification settings - Fork 99
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
Open file(s) in file-explorer #36
Comments
Thanks for the suggestion, this sounds like a good idea. |
This is a ex code for Windows, maybe it helps:
No idea how to do the same on other platforms though. |
I have some code to select files on linux platforms with some popular file managers (dolphin, nautilus and nemo) with a fallback to open parent directory (without selecting file) if file manager is not supported. Some of them seem to not have such feature (like thunar, I wasn't able to find in docs how to select file). You're free to grab code here: It gets default file manager desktop file by executing |
FYI I have started implementing this in the |
For free OSes, I think these days you can have a generic command that uses |
This library looks great! It would be exactly what I was looking fore, if it had also a way to open a file explorer window at the selected file or files: ex.
SHOpenFolderAndSelectItems()
on Windows. Would you consider adding this functionality too?The text was updated successfully, but these errors were encountered: