-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Add formula for input-source-switcher #38356
Conversation
This provides a command line method for switching between multiple input sources.
@@ -0,0 +1,20 @@ | |||
class InputSourceSwitcher < Formula | |||
homepage "https://github.com/vovkasm/input-source-switcher" | |||
url "https://github.com/vovkasm/input-source-switcher/archive/cfca8149c6805b333910858a22aeeb124cbca903.zip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a stable release for this software? We only accept software with stable releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no tagged releases, but the code hasn't changed in six months so I'd consider that stable. Is the only way to get this accepted to find the original author and get them to tag it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please!
The test no longer changes any system settings.
Ok, switched to a tagged release. |
Thanks!
|
I've fixed the thing that audit complained about. |
@Homebrew/owners Do we want to carry this? Only one publicly released version, 21 commits, only 1 Github star. Dev seems active, but don't know if it's too new for us. |
Yeh, this is a little niche for us as-is I'm afraid. Sorry! |
This provides a command line method for switching between multiple input
sources.