tar
Here are 274 public repositories matching this topic...
a streaming interface for archive generation
-
Updated
Sep 2, 2020 - JavaScript
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Aug 1, 2020 - C#
Python's Filesystem abstraction layer
-
Updated
Sep 1, 2020 - Python
Content-Addressable Data Synchronization Tool
-
Updated
Jul 30, 2020 - C
WOFF format support
-
Updated
Sep 2, 2020 - C++
UnifiedArchive - unified interface to all popular archive formats (zip, 7z, rar, gz, bz2, xz, cab, tar, tar.gz, tar.bz2, tar.xz, tar.Z, iso) for listing, reading, extracting and creation + built-in console archive manager.
-
Updated
Jun 30, 2020 - PHP
Everything you need for compressing and uncompressing
-
Updated
May 11, 2020 - JavaScript
Backup and restore your running Raspberry
-
Updated
Sep 7, 2020 - Shell
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
-
Updated
Jul 13, 2020 - C++
Go bindings for unarr (decompression library for RAR, TAR, ZIP and 7z archives)
-
Updated
Feb 17, 2020 - Go
An awesome resource listing and explaining various commonly used *nix commands
-
Updated
Feb 23, 2018
Typescript support
Do you plan on generating declaration files for supporting Typescript?
You could either have them as part of the repo or contribute to https://github.com/DefinitelyTyped/DefinitelyTyped/
Thanks in advance!
Random Access Read-Only Tar Mount
-
Updated
Jul 4, 2020 - Python
Pure-PHP implementation to read and write TAR and ZIP archives
-
Updated
Aug 16, 2020 - PHP
Would simplify life for a lot of different projects
File systems verification utility and library, in likeness of mtree(8)
-
Updated
Jun 24, 2020 - Go
An implementation of the FileSystem interface for tar files.
-
Updated
Mar 13, 2020 - Go
-
Updated
Aug 14, 2020 - C++
Improve this page
Add a description, image, and links to the tar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tar topic, visit your repo's landing page and select "manage topics."


Howdy and thanks for a awesome library!
We have a use case where we tar up a path and upload it to google cloud storage, which takes a []byte as the object you wish to upload. Later on we might download the tar which again gives us a []byte and untar it to some path.
In
v2.0.1we have the super helpful