How to run "QuickLook" app through a user-defined command within XYplorer?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

How to run "QuickLook" app through a user-defined command within XYplorer?

Post by cadu »

Hi,
I'd appreciate your help.
I'm trying to run QuickLook (https://github.com/QL-Win/QuickLook) as a user-defined command within XYplorer:
Here there are some directions for integration and development, with explicit mention to XYplorer: https://github.com/QL-Win/QuickLook/wik ... evelopment
I created the following XYplorer script, which run QuickLook, but there is no preview window. Instead, just a pop-up QuickLook dialog informs it is running in the background.

Code: Select all

run "C:\Apps\QuickLook\QuickLook.exe" <curitem>
How to run "QuickLook" as a user-defined command within XYplorer for previewing files?

Thank you!
Carlos

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How to run "QuickLook" app through a user-defined command within XYplorer?

Post by highend »

By quoting it correctly...
run """C:\Apps\QuickLook\QuickLook.exe"" ""<curitem>""";
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: How to run "QuickLook" app through a user-defined command within XYplorer?

Post by cadu »

Thank you. Worked great!

MBaas
Posts: 582
Joined: 15 Feb 2016 21:08

Re: How to run "QuickLook" app through a user-defined command within XYplorer?

Post by MBaas »

I just came across this thread and was curious - so I've installed it and am testing.

But I noticed that neither space nor esc close QL preview when triggered from XY - but it's working fine in general file selectors.

Have you guys noticed that, too - and is there a way to make these work?
______________________________________________
Happy user ;-)

MBaas
Posts: 582
Joined: 15 Feb 2016 21:08

Re: How to run "QuickLook" app through a user-defined command within XYplorer?

Post by MBaas »

duh - QL does not have focus when launched from XY.
______________________________________________
Happy user ;-)

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How to run "QuickLook" app through a user-defined command within XYplorer?

Post by highend »

At least not anymore. I've written a wrapper for it a long time ago ({space} in XY -> QuickLook) but internals must have changed...

I can recommend "Seer": http://1218.io/seer.html

But beware, it's paid software (I've bought the win32 edition)^^

It works fine from XY, not even a script is needed.
Space to view, space (or esc) to close a view.
Even navigating in XY (cursor up / down) works fine, the Seer window updates accordingly
One of my scripts helped you out? Please donate via Paypal

MBaas
Posts: 582
Joined: 15 Feb 2016 21:08

Re: How to run "QuickLook" app through a user-defined command within XYplorer?

Post by MBaas »

Thanks! And BTW, isn't it embarrassing that we're having some sort of deja-vu: been here, done that etc.

Dunno why I didn't keep it... :veryconfused:
______________________________________________
Happy user ;-)

Post Reply