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

https://github.com/StefanScherer/choco-archiver

Archiver tool as Chocolatey package - Easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar (extract-only) files with Go
https://github.com/StefanScherer/choco-archiver

Last synced: 4 months ago
JSON representation

Archiver tool as Chocolatey package - Easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar (extract-only) files with Go

Awesome Lists containing this project

README

        

# chocolatey installer for mholt/archiver

[![Latest version released](https://img.shields.io/chocolatey/v/archiver.svg)](https://chocolatey.org/packages/archiver)
[![Package downloads count](https://img.shields.io/chocolatey/dt/archiver.svg)](https://chocolatey.org/packages/archiver)
[![Build status](https://ci.appveyor.com/api/projects/status/51s3iigqs4ui44mo?svg=true)](https://ci.appveyor.com/project/StefanScherer/choco-archiver)

This is a chocolatey package for archiver. Please see MAINTENANCE.md
for information on how to upkeep it.

To use, simply run `choco install archiver -y` (this may need a `-pre`
flag also if it hasn't gone through moderation).

# Links

* https://github.com/mholt/archiver - the source repo