-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ephemeral Plugins #357
Comments
Love this idea. I think the key is going to be the ability for them to be unique, and addressable. So either the scripter would need to assign them a name, or SwiftBar would need to assign them an ID of some kind that's returned as output. That way, I can keep updating my status item as it moves through the process. |
So is there documentation somewhere on how to make an ephemeral plugin? |
One of the reasons it is still in beta - I didn't have time to write the docs 😭 It is pretty easy to use, you have 3 parameters
You can use it with URL scheme: |
@jasonsnell have you had a chance to try it yet? |
Yep! Added it to my loooong transcription shortcut and it seems to have worked? |
Problem
Currently, SwiftBar is great at:
SwiftBar is not great at showing transient menubar items. A basic example: you launch a long shell process and want to have an indication(red or green circle) in the menu bar when it finishes. Currently, there is no easy way to do this.
Solution
Add Ephemeral plugins, so you can tell SwiftBar to show a menubar item without adding a plugin.
Key features:
The text was updated successfully, but these errors were encountered: