Skip to content

Instantly share code, notes, and snippets.

@sgyyz
Last active December 29, 2023 07:29
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save sgyyz/e6e41519b6f8700bd2cc4fc72adb3197 to your computer and use it in GitHub Desktop.
Save sgyyz/e6e41519b6f8700bd2cc4fc72adb3197 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