Flow.Launcher
Flow.Launcher copied to clipboard
Insert active explorer path
When Flow Launcher is invoked with an active Explorer.exe window selected Flow Launcher will open with that folder path selected.
https://user-images.githubusercontent.com/535299/146168862-f5bba285-f310-4acb-9e5c-a1760b2ddb36.mp4
tested working on win 10.
this is awesome, thank you @Garulf
let's consider how to implement this user experience wise
- include in explorer plugin?
- hotkey to activate?
- option to activate automatically?
i noticed one of the dll is already used by flow- Shell32
@Flow-Launcher/team what do you guys think?
@Flow-Launcher/team what do you guys think?
wowwww awesome
tested working on win 10.
this is awesome, thank you @Garulf
let's consider how to implement this user experience wise
- include in explorer plugin?
- hotkey to activate?
- option to activate automatically?
i noticed one of the dll is already used by flow- Shell32
Would definitely like a global hotkey option as well as an option for automatic.
This looks sweet @Garulf! Thank you!!
Would you say this lays an adequate foundation for using the explorer plugin's doc:
keyword to search file content within a given directory? Or would such a feature require a separate effort?
Would you say this lays an adequate foundation for using the explorer plugin's doc: keyword to search file content within a given directory? Or would such a feature require a separate effort?
I think it will be a separate effort.
Maybe implement this under the explorer plugin? We can add a hook for plugins to do something they want when showing up the window.
Maybe implement this under the explorer plugin? We can add a hook for plugins to do something they want when showing up the window.
Alternatively, an API could be exposed to try to get the file explorer window. If there is an open one, its path is returned. That way, plugins could mostly decide what to do with the information.
@taooceros @Garulf I refactored the code a bit, see https://github.com/Flow-Launcher/Flow.Launcher/pull/1275 Feel free to use the improvements, and let me know if that's better.