You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to write plugins that are compatible with kargos as well as other BitBar implementations like Argos, xbar, or SwiftBar. As such it would be nice to have an environment variable to be able to identify the app running the plugin as kargos, ideally with version info, e.g. KARGOS_VERSION=x.y.z. That way I would be able to make full use of the features available in the given implementation and version, with graceful fallbacks for unsupported features.
The text was updated successfully, but these errors were encountered:
Sounds like a good idea. Unfortunately, I don't really have much time to
work on this at the moment.
If you're willing to make a pull request, I'll be happy to review.
On Sun, Sep 5, 2021 at 10:58 PM Fenhl ***@***.***> wrote:
I would like to write plugins that are compatible with kargos as well as
other BitBar implementations like argos, xbar, or SwiftBar. As such it
would be nice to have an environment variable to be able to identify the
app running the plugin as kargos, ideally with version info, e.g.
KARGOS_VERSION=x.y.z. That way I would be able to make full use of the
features available in the given implementation and version, with graceful
fallbacks for unsupported features.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGRDLK3JEUORYOPKC4QG3LUARKA7ANCNFSM5DPWLQCA>
.
I would like to write plugins that are compatible with kargos as well as other BitBar implementations like Argos, xbar, or SwiftBar. As such it would be nice to have an environment variable to be able to identify the app running the plugin as kargos, ideally with version info, e.g.
KARGOS_VERSION=x.y.z
. That way I would be able to make full use of the features available in the given implementation and version, with graceful fallbacks for unsupported features.The text was updated successfully, but these errors were encountered: