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
- Host: GitHub
- URL: https://github.com/caiocdj/zipa
- Owner: CaioCDJ
- Created: 2023-10-25T17:35:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T01:01:05.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:35:36.592Z (over 1 year ago)
- Topics: csharp, dotnet-8, nerd-fonts, spectre-console, terminal-app, zip
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)