-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Quickly give a plugin (github) star in Xcode Package Manager #456
Comments
You need to be logged in to github to star repositories, so this feature would mean we'd need a way to let users log in to GH in Alcatraz right? |
Yes, I think the login feature is necessary, it may not be easy but it is possible. |
Is it really that much extra work to just use the github link and star it there? |
I am always lazy to open the link and star it, I don't know how the other users thinking. |
But I think the work is not quite hard, according to the API doc To star a repo, just run the following command Example Removing the star is easy too It may be the easiest way to star/unstar a repo. But store the username and password in Alcatraz app is necessary. Another way is using OAuth2 and get authorization by webview. |
It may not need to display the stars number as issue-422 mentioned.
But I think adding a button to quickly star a plugin can encourage the developer.
The text was updated successfully, but these errors were encountered: