Skip to content

Instantly share code, notes, and snippets.

@landsman
Forked from sgyyz/uao.md
Created May 3, 2024 14:15
Show Gist options
  • Save landsman/dc1d8163d2c7d01494a20441d113ed44 to your computer and use it in GitHub Desktop.
Save landsman/dc1d8163d2c7d01494a20441d113ed44 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