Skip to content

Instantly share code, notes, and snippets.

@raicerk
Created March 11, 2020 03:50
Show Gist options
  • Save raicerk/59025a8539e7ac95b46ac850a9e536f0 to your computer and use it in GitHub Desktop.
Save raicerk/59025a8539e7ac95b46ac850a9e536f0 to your computer and use it in GitHub Desktop.
Run Studio 3T 2019.6.0 on Mac without a license
studio3t() {
nohup java -XstartOnFirstThread -cp /Applications/Studio\ 3T.app/Contents/Resources/app/data-man-mongodb-ent-2019.6.0.jar t3.dataman.mongodb.app.ad >/dev/null 2>&1 &
disown
}
@ironijunior
Copy link

Hi!
Would you mind explaining how to execute this function? The file should be in any specific folder?
Thanks :)

@swapfootball
Copy link

you need to put this to your .zshrc file in your home directory, then do 'source .zshrc' then call by typing command 'studio3t' on your command line (you need to install zsh first)
try, but not works with new versions of studio-3t

@xpressabhi
Copy link

Any updated script?

@hifisultonauliya
Copy link

how to download this one? Studio 3T 2019.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment