Replies: 2 comments 6 replies
-
So you want to return two results from a query? One result is open browser of that url and second result is to run that function? Is this what you are trying to achieve? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Essentially want to construct two results of different actions:
@Garulf any tips you can think of to help @photkey with this? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have already seen the official example: https://github.com/deefrawley/Flow.Launcher.Plugin.Currency and Search-MDI, a python plugin (without using the official template), but still can't achieve the functionality I want.
I hope to provide an example to demonstrate it, with the simplest implementation, without any special case handling.
Hopefully the example will show a function like this.
Enter a keyword, and the first item in the menu is Yes open "https://s.taobao.com/search?q={q}" from a browser.
The second item is to run the function open_webs below. (just for the sake of example, it does not represent the actual function I want)
Beta Was this translation helpful? Give feedback.
All reactions