lin-ycv / EverythingPowerToys

Everything search plugin for PowerToys Run
Eclipse Public License 2.0
2.21k stars 58 forks source link

💡 Add an option to invoke custom commands on search results. #130

Open maratbakirov opened 2 weeks ago

maratbakirov commented 2 weeks ago

I don't really use File Explorer, I normally use "Far Manager" (https://www.farmanager.com/) I am thinking if that would be possible to open folder search results in the far manager?

I was thinking if there would be an option to add custom commands for folders/paths or simply override a console host for the "open path in console?".

I am happy to try my hands on implementing it myself, as long as it does not go against any general plan for the plugin.

lin-ycv commented 2 weeks ago

Sure, give it a try, if it works create a PR. Adding another context menu option to execute custum commands is probably the best option.

maratbakirov commented 2 weeks ago

trying to compile so far. it seemed that we also need nsis installed

maratbakirov commented 2 weeks ago

I also had to update project import section to this

as other plugins do and change target framework to

net8.0-windows10.0.20348.0

otherwise it would not compile.