Page 1 of 1

Support for QuickLook

Posted: 27 Jun 2018 07:29
by mu-sick
Hi, is there any chance to support QuickLook app for fast previewing?
https://pooi.moe/QuickLook/
Thanks.

Re: Support for QuickLook

Posted: 27 Jun 2018 07:52
by jupe
After having a QuickLook :titter: at that apps web site, but without actually trying it out myself, it says it is already possibly by setting a custom shortcut key in XY.

https://github.com/xupefei/QuickLook/wiki/File-Managers
https://github.com/xupefei/QuickLook/wi ... evelopment

For instructions on assigning a custom keyboard shortcut: https://www.xyplorer.com/tour.php?page=udc

For the command to use something like this should work [ or you could use run() ]:

Code: Select all

openwith "c:\path\to\QuickLook.exe",  , <curitem>;
But the app also looks very much like the already native feature of XY the HoverBox, sans video playback.
https://www.xyplorer.com/release_19.00.php#HB
https://www.xyplorer.com/release_17.70.php#HB

and similar to MDBU too: https://www.xyplorer.com/highlights.php#mdbu

Re: Support for QuickLook

Posted: 27 Jun 2018 13:23
by mu-sick
Thanks a lot for the help. I am just testing out different file previewers actually. :)