Is there any chance that this plugin get's an option to define a different file manager, additionally called with command line parameters?
Atm it just uses Windows Explorer when you open a search result and I'd really love to call XYplorer instead. E.g. my definition inside Everything for "Open Path" looks like this:
$exec("D:\Users\Highend\Tools\XYplorer\XYplorer.exe" /script="::if $(exists$('%1'$) == 1$) ${ goto '%1'; $} else ${ goto gpc$('%1', 'path'$); selectitems gpc$('%1', 'file'$); $}; sel '+0'; focus;")
I know, looks complicated :)
By adding the generic options to define a path to a different file manager + the command line options for I could open a path from the Keypirinha interface right inside XYplorer...
Is there any chance that this plugin get's an option to define a different file manager, additionally called with command line parameters?
Atm it just uses Windows Explorer when you open a search result and I'd really love to call XYplorer instead. E.g. my definition inside Everything for "Open Path" looks like this:
I know, looks complicated :)
By adding the generic options to define a path to a different file manager + the command line options for I could open a path from the Keypirinha interface right inside XYplorer...