Closed kubalav closed 4 years ago
Which plugin are you using? Everything or the Explorer plugin? Or you mean the Program plugin?
I mean Program plugin. Everything plugin works with folders (single click), but not with Open parent folder (right click on item). Program plugin doesn't work to open containing folder (right click on item).
Got it, and I will try to implement that soon. Thank you for the suggestion.
Hi @kubalav could you please test this build to see if it is as intended: https://ci.appveyor.com/api/buildjobs/2dcxc0jwdsg7x2ta/artifacts/Output%2FPackages%2FFlow-Launcher-v1.3.1.zip
It needs .Net Core 3.1 installed, let me know if you dont have it
I entered path to the Total Commander executable and it is works. It opens new instance of Total Commander. Can you adjust it to open in existing instance?
Check out here http://www.ghisler.ch/wiki/index.php/Command_line_parameters. Take a try on adding /O to the path? If that doesn't work, I will create another textbox to allow adding customized arguments.
It unable to start with "C:\Program Files\Total Commander\TOTALCMD64.EXE" /O
OK, I will add another textbox to do the job. Thank you for testing!
@kubalav take a try on this one. https://ci.appveyor.com/api/buildjobs/dr2p3y5na9mubina/artifacts/Output%2FPackages%2FFlow-Launcher-v1.3.1.zip. I don't have an explorer that is useful with arguments, so I am not sure whether this works. But I have tested it with explorer and it seems works.
Wow! It's working. Thank you!
Can you make it for Everything plugin too?
Sure, I will do that tomorrow.
Just to make sure, are you using the everything plugin, which is built in on wox, or the explorer plugin, which is built-in on Flow?
From Wox.
ok
Sorry for being troublesome....., would you please tell me which version of everything plugin is you using so that I can fork the right repository, since everything plugin is not built in with the main repository of Flow?
I use this version: https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything/releases v1.1.0
Flow.Launcher.Plugin.Everything.zip @kubalav Take a try.
It's working partially. Opening file parent folder works. Folders opens in Explorer.exe. (Single click to result folder) I tried it with %f parameter and %s also.
Everything plugin works with folders (single click), but not with Open parent folder (right click on item).
Oh from the quote I think the everything plugin already work for single click, so I only change the part for the parent folder. I will implement that, too.
Flow.Launcher.Plugin.Everything.zip @kubalav Take a try.
@taooceros Working as expected!
╰(°▽°)╯
Everything plugin have problem opening folder containing space. It opens path without space. E.g.: "C:\Users\Vlado\AppData\Roaming\7+ Taskbar Tweaker\" it opens "C:\Users\Vlado\AppData\Roaming\"
I think it may due to that I didn't add another "" for the path in the location, I will fix that, tomorrow. Thank you for pointing out the issue.
Flow.Launcher.Plugin.Everything.zip I have added the fix, but don't have time to tested it. You can take a try on it.
It is fixed now. Thanks a lot.
Good to hear!
I don't use Windows Explorer. I would like to open containing folder in Total Commander. Plugin Everything works like a charm.
Can you implement this feature?