diff --git a/README b/README index 67b58f9..5639865 100644 --- a/README +++ b/README @@ -1,4 +1,8 @@ -Pixz (pronounced 'pixie') is a parallel, indexing version of XZ: https://github.com/vasi/pixz +Pixz (pronounced 'pixie') is a parallel, indexing version of XZ + +Repository: https://github.com/vasi/pixz +Downloads: https://sourceforge.net/projects/pixz/files/ + The existing XZ Utils ( http://tukaani.org/xz/ ) provide great compression in the .xz file format, but they have two significant problems: @@ -41,6 +45,8 @@ $ pixz -t foo.tar # Compress but don't treat it as a tarball (don't in $ pixz -d -t foo.tpxz # Decompress foo, don't check that contents match index $ pixz -l -t foo.tpxz # List the xz blocks instead of files +For even more tuning flags, check the manual page. + Compare to: plzip