From c0fd6b5bfbe08cbb5aad5f052dfcfb0fd14a7144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Bezerra?= Date: Sat, 25 Sep 2021 22:52:53 +0000 Subject: [PATCH] Update README table of supported formats Leaving only the formats we support or currently plan on supporting, replacing `.7z` by `.zst`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f21ac..e93b96f 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For compiling, check [the wiki guide](https://github.com/ouch-org/ouch/wiki/Comp ## Supported formats -| | .tar | .zip | .bz, .bz2 | .gz | .xz, .lz, .lzma | .7z | +| | .tar | .zip | .bz, .bz2 | .gz | .xz, .lz, .lzma | .zst | |:-------------:|:----:|:----:|:---------:| --- |:---------------:| --- | | Decompression | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | | Compression | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ |