Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gildas-lormeau/zip-manager
Progressive Web App for creating, reading, and editing zip files
https://github.com/gildas-lormeau/zip-manager
multicore pwa pwa-app unzip zip zip-encryption zip64 zipjs
Last synced: 4 days ago
JSON representation
Progressive Web App for creating, reading, and editing zip files
- Host: GitHub
- URL: https://github.com/gildas-lormeau/zip-manager
- Owner: gildas-lormeau
- License: mit
- Created: 2023-02-20T22:56:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T15:51:10.000Z (18 days ago)
- Last Synced: 2024-12-05T16:38:39.417Z (18 days ago)
- Topics: multicore, pwa, pwa-app, unzip, zip, zip-encryption, zip64, zipjs
- Language: JavaScript
- Homepage:
- Size: 28.5 MB
- Stars: 46
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a PWA using the filesystem API in [zip.js](https://github.com/gildas-lormeau/zip.js).
It is based on React and built with Vite.
See https://gildas-lormeau.github.io/zip-manager/
## Features
- installable for offline use
- keyboard navigation
- multi-core compression/decompression of zip entries
- encrypted zip files
- 4GB+ zip files (i.e. Zip64)
- drag and drop files/directories from filesystem on desktop
- integration in the "Open with..." menu on desktop (see https://developer.mozilla.org/en-US/docs/Web/Manifest/file_handlers)
- integration with the "Share" feature on mobile (see https://developer.mozilla.org/en-US/docs/Web/Manifest/share_target)
- customizable accent color
- DOS theme
- integrated MIDI/XM/SID music player and visualizer## Screenshots
- Desktop
![screenshot-app-1135x809](https://user-images.githubusercontent.com/396787/233869327-c379f3dd-3ff7-426e-a2c0-c1eae8b7f5fb.png)
- Mobile
![screenshot-395x640](https://user-images.githubusercontent.com/396787/233868744-56d47959-a99b-495d-bc3e-5b2e7c99c125.png)