tar
tar copied to clipboard
A simple tar implementation in C
I like this library, but I would love to read more documentation. In order to be able to use it I needed to read the source code, which could be...
Are there any plans to expand on this library, for example, to add support for gzip / xz decompression. Many people (including myself), find libarchive more complicated than it needs...
Fixed the issue of moving filename, causing strncpy to copy not the full path, Also added cmake to make it easier to compile.