An open API service indexing awesome lists of open source software.

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

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