Unzip_N_Open is a CLI tool that simplifies the process of unzipping files and opening them in different IDEs or text editors.
- Unzip files with ease.
- Open extracted directories directly in popular IDEs like IntelliJ IDEA and Visual Studio Code.
- Cross-platform compatibility with support for Linux, Windows, and macOS.
- Simple and intuitive command-line interface.
To build from source, ensure you have Go installed on your system. Then, run the following commands:
git clone https://github.com/ratnesh-maurya/Unzip_N_Open.git
cd Unzip_N_Open
go mod tidy
go build
go install
rzip code <File Path>
Contributions to this project are welcome! If you encounter any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request. Your feedback helps make this tool better for everyone.
This project is licensed under the MIT License. See the LICENSE file for details.