From b5982a96a05bfe21d179060fd4784fbcce8adfa6 Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Sun, 23 Dec 2012 00:52:48 -0500 Subject: [PATCH] Update README --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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