An open API service indexing awesome lists of open source software.

https://github.com/ratnesh-maurya/unzip_n_open

This repository contains a CLI tool named "Unzip_N_Open" that allows users to unzip files and open them in IDEs .
https://github.com/ratnesh-maurya/unzip_n_open

Last synced: 6 months ago
JSON representation

This repository contains a CLI tool named "Unzip_N_Open" that allows users to unzip files and open them in IDEs .

Awesome Lists containing this project

README

          

# Unzip_N_Open

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/ratnesh-maurya/Unzip_N_Open)
![GitHub](https://img.shields.io/github/license/ratnesh-maurya/Unzip_N_Open)

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:

```bash
git clone https://github.com/ratnesh-maurya/Unzip_N_Open.git
```
```go
cd Unzip_N_Open
```
```go
go mod tidy
```
```go
go build
```
```go
go install
```
## Usage
```go
rzip code
```
## 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](https://github.com/ratnesh-maurya)