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

https://github.com/caiocdj/zipa

Compress and Decompress Zip files
https://github.com/caiocdj/zipa

csharp dotnet-8 nerd-fonts spectre-console terminal-app zip

Last synced: over 1 year ago
JSON representation

Compress and Decompress Zip files

Awesome Lists containing this project

README

          

# Zipa

A Terminal Based app for compress and decompress zipfiles

## Features

- [x] Compress
- [x] Decompress
- [ ] View content inside

## Run Locally

- Clone the project

```bash
git clone git@github.com:CaioCDJ/Zipa.git
```

or

```bash
git clone https://github.com/CaioCDJ/Zipa.git
```

- Go to the project directory

```bash
cd Zipa
```

- Restore the project

```bash
dotnet restore
```

- Running Zipa

```bash
dotnet run
```

## Libs And Frameworks

- [.NET 8](https://dotnet.microsoft.com)
- [Spectre.Console](https://spectreconsole.net/)