https://github.com/mjholub/gorar-ng
Small CLI archive processing utility/library
https://github.com/mjholub/gorar-ng
cli-app compression golang golang-library rar suckless utility zip
Last synced: 2 months ago
JSON representation
Small CLI archive processing utility/library
- Host: GitHub
- URL: https://github.com/mjholub/gorar-ng
- Owner: mjholub
- License: mit
- Created: 2023-02-22T08:53:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T08:29:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T03:40:11.376Z (3 months ago)
- Topics: cli-app, compression, golang, golang-library, rar, suckless, utility, zip
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorar
Extract rar/zip files in Go.# Install
```
go install https://github.com/154pinkchairs/gorar-ng@latest
```# Usage
## Extract files
```
gorar -i -o
```---
### Credits
[mholt/archiver](https://github.com/mholt/archiver) - error handling.
[nwaples/rardecode](https://github.com/nwaples/rardecode) - `rar` decoding library.
[jkotra/gorar](https://github.com/jkotra/gorar) - the original project, currently unmaintained