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
Similar to #26, which is being implemented in #55. Maybe this would need to be built on that work actually…
The URI scheme is basically just macappstore://itunes.apple.com/{region}/app/{name}/id{id}.
So usage could be for example mas home 904280696, which would call something like macappstore://itunes.apple.com/{region}/app/things-3/id904280696?mt=12.
The text was updated successfully, but these errors were encountered:
@danielbayley I'm looking into implementing this and have a question for you. What do you think about both a home and open command? home would open the page in a browser and open would open the app page in the App Store app.
Another URL to consider (instead of the MAS Preview URL) is the sellerUrl attribute which appears to be the link behind the "Developer's Website" button.
MAS Preview
MAS App
"Website" link to the right of app description:
Below reviews and information:
However, Things is a bad example because this ends up redirecting users to the Mac App Store.
@phatblat I think separate home and open commands for those would work well… and maybe sellerUrl could be a third vendor (consistent with Homebrew parlance) command also?
Similar to #26, which is being implemented in #55. Maybe this would need to be built on that work actually…
The URI scheme is basically just
macappstore://itunes.apple.com/{region}/app/{name}/id{id}
.So usage could be for example
mas home 904280696
, which would call something likemacappstore://itunes.apple.com/{region}/app/things-3/id904280696?mt=12
.The text was updated successfully, but these errors were encountered: