update extensions table
authorAJ ONeal <aj@therootcompany.com>
Sat, 19 Sep 2020 09:20:10 +0000 (09:20 +0000)
committerAJ ONeal <aj@therootcompany.com>
Wed, 23 Sep 2020 02:20:54 +0000 (02:20 +0000)
arc/README.md

index f7099bf4128faa928c1f9de9c66c939d5d7ac8e3..3dfa66bb7be96f6336242ab439b878b264d88669 100644 (file)
@@ -64,15 +64,18 @@ arc decompress   ./example.tar.xz
 
 ## Supported extensions
 
-| format | packaged        | raw compressed |
-| ------ | --------------- | -------------- |
-| RAR    | .rar            | -              |
-| -      | .tar            | -              |
-| brotli | .tar.br, .tbr   | .br            |
-| gzip   | .tar.gz, .tgz   | .gz            |
-| bzip2  | .tar.bz2, .tbz2 | .bz2           |
-| xz     | .tar.xz, .txz   | .xz            |
-| lzma   | .tar.lz4, .tlz4 | .lz4           |
-| snappy | .tar.sz, .tsz   | .lsz           |
-| zstd   | .tar.zst        | .zst           |
-| ZIP    | .zip            | -              |
+These are the support compression formats, archive formats, and tar file and
+other extensions.
+
+| Compression | Archive  | Tar File | Bare Extension |
+| ----------- | -------- | -------- | -------------- |
+| -           | .tar     | -        | -              |
+| xz          | .tar.xz  | .txz     | .xz            |
+| gzip        | .tar.gz  | .tgz     | .gz            |
+| bzip2       | .tar.bz2 | .tbz2    | .bz2           |
+| brotli      | .tar.br  | .tbr     | .br            |
+| lzma        | .tar.lz4 | .tlz4    | .lz4           |
+| snappy      | .tar.sz  | .tsz     | .lsz           |
+| zstd        | .tar.zst | -        | .zst           |
+| ZIP         | .zip     | -        | -              |
+| RAR         | .rar     | -        | -              |