Replies: 6 comments 33 replies
-
Interesting. So it is supposed to be background task? |
Beta Was this translation helpful? Give feedback.
-
Basically has The launcher sleep for an interval provided by the plugin. Than reruns with the same query. Displaying any results on each rerun.
|
Beta Was this translation helpful? Give feedback.
-
Interesting, what are the example use cases of this? 💭 |
Beta Was this translation helpful? Give feedback.
-
Proposal
{
"result": [],
"debugMessage": "",
"rerun": "an integer indicate delay(0 or -1 represent no rerun)"
}
{
"method": "query_rerun/query_update/query_refresh/...",
"parameter": ["Query Search (should be the same as query)"]
}
|
Beta Was this translation helpful? Give feedback.
-
I understand the concept here, but it seems like a major change for limited use cases. With Flow, it all happens with the query window - what task would users run there, and wait for updated results without letting the query window lose focus, where they wouldn't simply fire up a browser or dedicated app to handle this better? |
Beta Was this translation helpful? Give feedback.
-
Try out the current implementation of @taooceros here #648 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With this method a plugin could tell Flow Launcher to rerun at a desired interval as long as the result has the rerun method. Similar to Alfred's rerun functionality
It can help with queries that change often and calls that are slow or have partial results.
Beta Was this translation helpful? Give feedback.
All reactions