Skip to content

Instantly share code, notes, and snippets.

@thegeorgenikhil
Created February 18, 2025 12:00
Show Gist options
  • Save thegeorgenikhil/104230cfc41c5f8a310c1dfd12eac548 to your computer and use it in GitHub Desktop.
Save thegeorgenikhil/104230cfc41c5f8a310c1dfd12eac548 to your computer and use it in GitHub Desktop.
Open android-studio from terminal(MAC)
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