raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.4k stars 3.09k forks source link

How to know when Racyast is currently focused? #14819

Open remorses opened 1 month ago

remorses commented 1 month ago

Description

getFrontmostApplication does not return Raycast if user is currently using Raycast, is there another way to know if Raycast is open?

My use case is to open a Raycast command on a schedule without disrupting the user workflow by opening it while he is already doing something inside Raycast

Who will benefit from this feature?

Add a way to check if Raycast is currently open

Anything else?

No response

mathieudutour commented 3 weeks ago

I'm not sure I understand the use case

remorses commented 3 weeks ago

I am developing an extension similar to a pomodoro app that opens Raycast on a schedule if the timer finished, I would like to prevent opening Raycast if Raycast is already opened, because the user could lose the current form data for example