Skip to content

Small CLI archive processing utility/library

License

Notifications You must be signed in to change notification settings

mjholub/gorar-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorar

Extract rar/zip files in Go.

Install

go install https://github.com/154pinkchairs/gorar-ng@latest

Usage

Extract files

gorar -i <source_file.(zip|rar)> -o <destination>

Credits

mholt/archiver - error handling.

nwaples/rardecode - rar decoding library.

jkotra/gorar - the original project, currently unmaintained