Created
February 18, 2025 12:00
-
-
Save thegeorgenikhil/104230cfc41c5f8a310c1dfd12eac548 to your computer and use it in GitHub Desktop.
Open android-studio from terminal(MAC)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias studio='function _open_android_studio() { open -a "Android Studio" "${1:-.}"; }; _open_android_studio' | |
# Usage | |
# studio . | |
# studio project/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment