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 .
- Host: GitHub
- URL: https://github.com/ratnesh-maurya/unzip_n_open
- Owner: ratnesh-maurya
- License: mit
- Created: 2024-05-28T14:58:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:17:41.000Z (about 1 year ago)
- Last Synced: 2025-02-09T09:41:14.085Z (8 months ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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 SourceTo 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
[](https://github.com/ratnesh-maurya)