67 Commits

Author SHA1 Message Date
Pascal Hertleif
ecc05cdd60 feat: Add support for Brotli
Using https://crates.io/crates/brotli/7.0.0

#203
2025-02-12 13:59:18 -03:00
Jonas Frei
32b50e9c7a Added test code, handled BlockSize error, block size = 16MiB
Signed-off-by: Jonas Frei <freijon@pm.me>
2024-11-17 14:50:02 -03:00
Jonas Frei
ba9f9c00f3 Add support for bzip3
Closes #398
Signed-off-by: Jonas Frei <freijon@pm.me>
2024-11-17 14:50:02 -03:00
nalabrie
3867fa33e9 adjust README to indicate zstd runs in parallel, remove leftover code comment 2024-07-27 01:07:23 -03:00
cyqsimon
0f4e1daa0e Add note on disabling RAR support 2023-12-14 23:32:17 -03:00
Ilya Grigoriev
a77438ae1c README.md: fixup to #573
Reworded a sentence to make it clearer that, even though it's a linking error, it happens when *running* ouch.

Feel free to take it or leave it.
2023-12-06 23:03:14 -03:00
João Marcos P. Bezerra
796a03a41d update README
fix dependencies section and make other minor changes

fixes #568.
2023-12-05 19:24:48 -03:00
João Marcos P. Bezerra
4314a3bbdd Mention Rar support in README and help 2023-12-05 13:04:08 -03:00
Ilya Grigoriev
e2796cef78 Mention 7z support in README and help 2023-12-05 13:04:08 -03:00
Ilya Grigoriev
9f82c9a655 Clarify that .sz refers to Google's Snappy format
It needs to be disambiguated from the unfortunately named
SZ compression, see https://szcompressor.org/.

Fixes #563
2023-12-05 13:04:08 -03:00
figsoda
64d152ff83 fix broken/outdated links in readme and changelog 2023-08-06 17:51:54 -04:00
João Marcos
9c06a68964 readme: how to see --help for a subcommand 2023-04-16 18:15:25 -03:00
figsoda
95ea855b0d readme: right align packaging status 2023-03-20 13:13:48 -04:00
Orhun Parmaksız
c88d121ecc
Add ls as an alternative alias for listing 2023-02-05 00:17:36 +03:00
figsoda
1b5fa01941
fix line separations in readme 2023-01-31 19:54:55 -05:00
João M. Bezerra
841ec4dc6e readme: add notes about supported formats
Notes state that some formats are compressed in parallel, and some
doesn't support (de)compression streaming.
2023-01-31 21:00:24 -03:00
Orhun Parmaksız
2edadd02f5
Update README.md about Arch Linux instructions
`ouch` is moved to the community repository: https://archlinux.org/packages/community/x86_64/ouch/
2023-01-28 19:31:13 +03:00
Ross Smith II
7d96fbfd6c
docs: Add scoop install instructions to readme 2022-12-16 08:49:55 -08:00
figsoda
833863a9ae update benchmark results 2022-11-23 17:36:47 -03:00
João Marcos Bezerra
f4b029c1fd
remove installation script (#310) 2022-11-22 21:04:03 -05:00
João M. Bezerra
6dd59b815d update README for 0.4.0 release 2022-11-20 15:42:57 -03:00
João Marcos Bezerra
793a229469
Fix README.md typo 2021-12-17 01:12:35 -03:00
figsoda
52a8acf2e1 support snappy format 2021-12-07 13:59:56 -05:00
João M. Bezerra
4e0dbeb85b Merge branch 'accessibility' 2021-11-24 23:39:00 -03:00
Anton Hermann
34cbe5746d Fix 40cee89: include review 2021-11-22 01:40:42 +01:00
Nbiba Bedis
0660c2fe59 Remove Lzip because its incorrect, and improve extention comparison 2021-11-13 09:46:08 +01:00
Anton Hermann
40cee89bab Implement accessibility mode which reduces visual noise 2021-11-13 01:47:08 +01:00
João M. Bezerra
271a3cc536 Update dependencies sections (and other small changes) 2021-11-10 08:58:27 -03:00
João M. Bezerra
c4599fa1e6 readme: Remove MRSV incorrect advice 2021-11-10 07:22:11 -03:00
João Marcos Bezerra
abf1d4e3e4
Readme update (#161)
* Updating badges

* Reformatted support table to be monospaced

* Add first benchmark to the readme

And fixed a typo

* Some readme rewording

* Removing readme redundant compression example

* Change badges to have squared corners

* readme: increase headers size by one

* Slight modifications to the README

* Specify dependencies and tweak some other stuff

* Add MSRV

Co-authored-by: Vinícius Miguel <36349314+vrmiguel@users.noreply.github.com>
2021-11-06 01:29:56 -04:00
figsoda
296826b4d3 add support for lz4 format 2021-11-02 17:37:24 -04:00
João Marcos Bezerra
cd77b987ac
readme: refer to list command for the next release 2021-11-02 11:26:16 -03:00
João M. Bezerra
4e731f8af3 Merge branch 'dir-flag' 2021-10-31 01:49:33 -03:00
João Marcos Bezerra
d533af27d4
README: add "no runtime dependencies" as a feature
Currently only supported by Linux on x86_64
2021-10-20 08:30:12 -03:00
khubo
d9196f997f change output flag to dir flag 2021-10-20 08:38:06 +05:30
figsoda
13aad5db87
Add repology badge to README (#113) 2021-10-19 15:13:07 -03:00
João Marcos Bezerra
7a13a6410a
Escaping pipes in installation commands
This fixes monospaced formatting in README
2021-10-19 04:33:53 -03:00
João Marcos Bezerra
c7b7fa4097
Fix README small markdown error 2021-10-19 02:39:57 -03:00
João Marcos Bezerra
765fb40ec7
Readme revision (#102)
+ Added list of aliases to the README
2021-10-18 23:09:28 -03:00
figsoda
f923423a06
Extension: add support for tgz (#85)
* extension: add support for tgz
2021-10-14 16:55:34 -03:00
Vinícius Miguel
5597ddc341
readme: mark Zstd as supported 2021-10-06 00:03:06 -03:00
Gabriel Simonetto
788809b8f3 Make decompress command explicit
- No subcommand given now calls the help menu
- Also added docs for the short version of compress and decompress
2021-10-05 22:06:18 -03:00
João Marcos Bezerra
c0fd6b5bfb
Update README table of supported formats
Leaving only the formats we support or currently plan on 
supporting, replacing `.7z` by `.zst`.
2021-09-25 22:52:53 +00:00
João M. Bezerra
b918cb912d Fix installation script + support wget 2021-09-25 04:50:41 +00:00
João Marcos Bezerra
afa6db6e93
Update README, add badges and fixes broken links 2021-09-17 03:31:18 -03:00
João Marcos Bezerra
06c69d4d8f
README update 2021-09-17 03:00:48 -03:00
João Marcos Bezerra
ce9118a2dc
Update README.md 2021-05-28 05:05:59 -03:00
João Marcos Bezerra
22f13552f7
Updating installation instructions
And minor markdown details.
2021-05-26 02:54:50 -03:00
Vinícius Miguel
8548f73870
Update README.md 2021-04-10 12:01:04 -03:00
Vinícius Miguel
0e011edd99
Update README.md 2021-04-05 21:55:26 -03:00