https://github.com/zorchenhimer/rar2zip
Convert RAR files into ZIP files
https://github.com/zorchenhimer/rar2zip
compression convert-rar-files rar utility zip
Last synced: 5 months ago
JSON representation
Convert RAR files into ZIP files
- Host: GitHub
- URL: https://github.com/zorchenhimer/rar2zip
- Owner: zorchenhimer
- License: mit
- Created: 2017-05-14T17:19:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T20:28:45.000Z (over 2 years ago)
- Last Synced: 2024-06-20T15:57:34.053Z (about 2 years ago)
- Topics: compression, convert-rar-files, rar, utility, zip
- Language: Go
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rar2zip
Easily convert RAR files into ZIP files.
Usage:
```
rar2zip [file-pattern [file-pattern [...]]]
```
Defaults to `*.rar`, converting all files in the current directory. No files
are deleted.
### License
MIT License. See LICENSE.txt for the full text.