adyanth / QuickLook.Plugin.FolderViewer

Folder viewer plugin for QuickLook
MIT License
133 stars 17 forks source link

Is it possible to open folder on the same window that i opened quicklook when double clicking an expanded folder #14

Open anandisrocking007 opened 1 year ago

anandisrocking007 commented 1 year ago

On double clicking an expanded folder it opening a new explorer windows is it possible to open the folder on the same window

adyanth commented 1 year ago

Yes, that works fine just fine for me.

https://github.com/adyanth/QuickLook.Plugin.FolderViewer/blob/2d02bbe637ca8adcb7f16f0ddef72f030fe031f8/FileListView.xaml.cs#L62-L76

anandisrocking007 commented 1 year ago

Mine is opening to another windows like the following video below please help:-

https://www.qmpglobal.in/emailer-assets/club-mahindra/media/Quicklook.mp4

Is there anyway i can change it

adyanth commented 1 year ago

Ohh, I misunderstood. This plugin just runs a command to open the double clicked folder explorer <folder name>. I do not see any way to open the folder from the command line in an existing window.

adyanth commented 1 year ago

This can be done by the plugin, I am not sure if everyone would like that behavior. There are edge cases too, where if you run this plugin from the Desktop, you will not have any active window to run it on.

https://stackoverflow.com/questions/8520879/get-the-path-of-every-explorer-window-with-c-sharp