Yeah you're reading this right, it's back
Looking at parameter grammars all day is not good for the spirit and having a stab at SSO would be a step in the wrong direction. Instead, a common-cold-fueled (yes, again) bout of programming gave rise to this MR, which introduces support for tar-based archives. 7z is also a possible future addition. rar will require extra libraries and I'm not sure about the licensing restrictions around the format so I hope nobody is going to pull an Erik at some point (but I'm sure it will happen)
.tar
) and various compressors: gzip (.tar.gz
, .tgz
, .tpz
), bzip2 (.tar.bz2
, .tar.bzip2
, .tbz
, .tbz2
, .tb2
), LZMA (.tar.lzma
, .tlz
, .tlzma
), xz (.tar.xz
, .txz
), and compress (.tar.Z
, .tZ
)To be filled in by the reviewers