Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 775 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 775 Bytes

unzip-and-open

This is a simple PowerShell script for IntelliJ IDEA users to unzip and open your in the ide using a simple command

Prerequisites

  1. 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.

  2. Set PATH to the uao.ps1 script in your Windows Environment Variable settings

How To Use

  1. Navigate to the directory where the supposed <project>.zip is downloaded or exists.
  2. Open a Windows PowerShell instance using the Windows Terminal application or Open a PowerShell instance and navigate to the above directory
  3. Run uao <project>.zip

Future Changes

tba..!!!