Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.41 KB

Unzip_N_Open

GitHub go.mod Go version GitHub

Unzip_N_Open is a CLI tool that simplifies the process of unzipping files and opening them in different IDEs or text editors.

Features

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

Installation

From Source

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

Usage

rzip code <File Path> 

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Maintainer

Ratnesh Maurya