Skip to content

Instantly share code, notes, and snippets.

@aryehof
Forked from sgyyz/uao.md
Created December 29, 2023 07:29
Show Gist options
  • Save aryehof/27e8b0f48d8a920067d362596330d090 to your computer and use it in GitHub Desktop.
Save aryehof/27e8b0f48d8a920067d362596330d090 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