Skip to content

Instantly share code, notes, and snippets.

@strongant
Forked from sgyyz/uao.md
Created August 27, 2022 14:13
Show Gist options
  • Save strongant/2b5d84ed96fa69e8b1138df7be4dde70 to your computer and use it in GitHub Desktop.
Save strongant/2b5d84ed96fa69e8b1138df7be4dde70 to your computer and use it in GitHub Desktop.
uao command - unzip your project and import to intellij automatically
  1. import project into idea command
$ curl -L "https://gist.githubusercontent.com/chrisdarroch/7018927/raw/9a6d663fd7a52aa76a943fe8a9bc6091ad06b18d/idea" -o /usr/local/bin/idea
$ chmod +x /usr/local/bin/idea
  1. unzip and open project command
$ curl -L "https://gist.githubusercontent.com/sgyyz/adfa4f05af3d81cf0e17e19cf7044c85/raw/b6b9e871d5a4f5435a09d00b0a52e3db0b90699a/uao.sh" -o /usr/local/bin/uao.sh
$ chmod +x /usr/local/bin/uao.sh
$ ln -sf /usr/local/bin/uao.sh /usr/local/bin/uao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment