https://github.com/ttys3/unrar-wrapper
golang unrar cli wrapper
https://github.com/ttys3/unrar-wrapper
Last synced: 2 months ago
JSON representation
golang unrar cli wrapper
- Host: GitHub
- URL: https://github.com/ttys3/unrar-wrapper
- Owner: ttys3
- License: mit
- Created: 2024-03-24T16:41:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T17:39:30.000Z (about 2 years ago)
- Last Synced: 2025-12-19T15:58:26.857Z (7 months ago)
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
this go package implements extracting files from .rar archives.
It requires [unrar](https://www.rarlab.com/rar_add.htm) executable to be installed.
the code is based on github.com/kjk/lzmadec
API reference: https://pkg.go.dev/github.com/ttys3/unrar-wrapper