#
tar
Here are 273 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
jinyu00
opened
Jul 21, 2018
1
Open
WOFF format support
search
vim
unicode
interactive
zip
regex
tar
fuzzy-search
recursively-search
pax
source-code
grep
ripgrep
silver-searcher
hexdump
file-search
text-search
shell-utilities
grepping
grep-search
-
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
Aug 25, 2020 - Shell
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
c-plus-plus
compression
gzip
dll
cpp
zip
tar
rar
archives
extraction
bzip2
in-memory
cpp-library
7-zip
static-library
encrypted-archives
7z
7zip
multi-volume-archives
archives-metadata
-
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
linux
bash
ssh
unix
terminal
trivia
tar
sudo
nmap
unix-command
sqlmap
compressed-files
unix-shell
superuser
-
Updated
Feb 23, 2018
Open
Typescript support
1
michaeltintiuc
commented
Mar 27, 2020
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
XVilka
commented
Aug 26, 2019
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
library
cplusplus
cross-platform
simple
zip
tar
small
qt5
compress
easy-to-use
gz
libarchive
7zip
extracts
-
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