-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
🆕 feature request🧊 backlogPostponed: requires more info, requires too much effort for payoff, etc.Postponed: requires more info, requires too much effort for payoff, etc.
Description
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
It would be nice to support downloading apps to a custom path. Eg mas install 414568915 --path /Applications/Utilities
Describe alternatives you've considered
I use a Brewfile with brew bundle to run mas, an alternative would be to create a script to manually move the applications to their desired location after calling brew bundle.
cd /Applications
mkdir -p /Applications/Utilities
mv Bakery.app /Applications/Utilities
Additional context
Based on #72 and #376 I gather that supporting installation outside of the /Applications directory is not supported, but a subdirectory seems to work.
If I install an app, then move it to a subdirectory of /Applications', it will still appear in mas list`.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🆕 feature request🧊 backlogPostponed: requires more info, requires too much effort for payoff, etc.Postponed: requires more info, requires too much effort for payoff, etc.