This is a simple PowerShell script for IntelliJ IDEA users to unzip and open your in the ide using a simple command
-
You have to have installed IntelliJ IDEA. Use JetBrains Toolbox app for more convenient installation. When using Toolbox to install, it will automatically create a script called 'idea' which enables
uao.ps1
script to open the IDEA. -
Set
PATH
to theuao.ps1
script in your Windows Environment Variable settings
- Navigate to the directory where the supposed
<project>.zip
is downloaded or exists. - Open a Windows PowerShell instance using the Windows Terminal application or Open a PowerShell instance and navigate to the above directory
- Run
uao <project>.zip
tba..!!!