778 Commits

Author SHA1 Message Date
figsoda
b557565ca6
Merge pull request #339 from figsoda/list
refactor list command
2023-01-06 22:22:41 -05:00
figsoda
f52254c91e refactor list command 2023-01-05 23:18:40 -05:00
figsoda
986a6f6ccf
Merge pull request #337 from ouch-org/decompress-with-rayon
Decompress files in parallel
2023-01-05 20:20:07 -05:00
Vinícius R. Miguel
23e33412a4 Decompress files in parallel 2023-01-05 21:22:38 -03:00
Vinícius R. Miguel
4754a6d4e3 Bump to 0.4.1 0.4.1 2023-01-05 19:15:43 -03:00
Vinícius R. Miguel
83df461991 Update CHANGELOG.md 2023-01-05 19:14:16 -03:00
figsoda
262ca5d582
Merge pull request #335 from figsoda/clippy
Clean up
2023-01-05 15:40:15 -05:00
figsoda
c7165fb52c avoid directly indexing when possible 2023-01-05 15:10:22 -05:00
figsoda
e06b2c8635 apply clippy suggestions 2023-01-05 14:23:37 -05:00
figsoda
b66932b5fb
Merge pull request #334 from ouch-org/no-longer-save-unpacked-file-names
Stop keeping track of the names of unpacked files
2023-01-05 14:19:18 -05:00
Vinícius R. Miguel
3bb0e57ed4 Stop keeping track of the names of unpacked files 2023-01-05 15:52:21 -03:00
figsoda
60bbf438fc
Merge pull request #333 from ouch-org/ubyte
Use `ubyte` instead of `humansize`
2023-01-05 13:23:29 -05:00
Vinícius R. Miguel
d99266e1ce Use ubyte instead of humansize 2023-01-05 14:49:46 -03:00
figsoda
9fdc7edf1e
Merge pull request #332 from ouch-org/bstr-path-display
refac: use BStr to display possibly non-UTF8 byte sequences
2023-01-05 12:17:13 -05:00
Vinícius R. Miguel
2caeb1004c refac: add support for Windows in EscapedPathDisplay 2023-01-05 13:39:06 -03:00
Vinícius R. Miguel
0deb18289a refac: use BStr to display possibly non-UTF8 byte sequences 2023-01-05 12:46:29 -03:00
Vinícius Miguel
9854285c38
listing: slight refactor when ensuring archive-only inputs (#331) 2023-01-05 02:37:18 -03:00
João Marcos Bezerra
68237a2d67
Merge pull request #330 from figsoda/ext
improve extension parsing logic
2023-01-03 00:53:49 -03:00
figsoda
300f2cc254 add changelog entry 2023-01-02 22:15:08 -05:00
figsoda
a9f2e614ed improve extension parsing logic 2023-01-02 22:15:00 -05:00
figsoda
a7ed9fcc60 bump dependencies 2023-01-02 22:15:00 -05:00
figsoda
6da32c497f
Merge pull request #329 from ouch-org/make-flags-positions-global
Accept inserting subcommand-independent flags in any position
2022-12-24 12:18:00 -05:00
figsoda
88dfe6fbcf add changelog entry 2022-12-24 11:26:49 -05:00
João M. Bezerra
3f3ee9b87f accept inserting flags in any position 2022-12-24 03:18:41 -03:00
João Marcos Bezerra
5d21895d33
Merge pull request #325 from a-moreira/feat/quiet
add cli option to (de)compress quietly
2022-12-24 03:13:47 -03:00
João M. Bezerra
7c0881b782 add changelog entry 2022-12-24 03:12:25 -03:00
afm
71026287a3
flag: q instead of Q
Co-authored-by: João Marcos Bezerra <marcospb19@hotmail.com>
2022-12-18 23:32:12 -03:00
a-moreira
0ceb84d5cf better args order, fmt 2022-12-18 22:56:13 -03:00
a-moreira
e26323bd99 add cli option to (de)compress quietly 2022-12-18 22:49:37 -03:00
João Marcos Bezerra
5a97029bde
Merge pull request #324 from ouch-org/add-changelog-entry
add changelog entry
2022-12-16 21:37:09 -03:00
João M. Bezerra
3f300c1877 add changelog entry 2022-12-16 21:36:03 -03:00
figsoda
743e64ca5d
Merge pull request #323 from rasa/patch-1
docs: Add scoop install instructions to readme
2022-12-16 12:33:10 -05:00
Ross Smith II
7d96fbfd6c
docs: Add scoop install instructions to readme 2022-12-16 08:49:55 -08:00
João Marcos Bezerra
7b26af23c4
Merge pull request #321 from a-moreira/issue-296
allow ouch to decompress archive into existing folder
2022-12-11 03:37:04 -03:00
a-moreira
3e43f9d7e5 allow ouch to decompress archive into existing folder 2022-12-10 19:36:28 -03:00
João Marcos Bezerra
d4f181b40d
Merge pull request #319 from figsoda/no-nightly
remove rust-toolchain
2022-11-24 20:25:51 -03:00
figsoda
67c89c5d17 remove rust-toolchain 2022-11-24 10:28:44 -05:00
João Marcos Bezerra
a4ced0fce2
Merge pull request #317 from ouch-org/edit-cargo-manifest-keywords
Decrease number of cargo manifest keywords
2022-11-23 20:34:51 -03:00
João M. Bezerra
90d0036439 decrease number of cargo manifest keywords
crates.io requires a maximum of 5 keywords for each crate, and we had
seven
2022-11-23 20:31:57 -03:00
figsoda
27c53f2db5
Merge pull request #316 from figsoda/zstd-revert
downgrade and pin zstd-sys
0.4.0
2022-11-23 17:04:30 -05:00
figsoda
f7bd17ce12 downgrade and pin zstd-sys 2022-11-23 16:32:15 -05:00
figsoda
c5df1247b7
Merge pull request #315 from figsoda/deps
bump dependencies
2022-11-23 16:09:19 -05:00
figsoda
1616709a1d bump dependencies 2022-11-23 16:08:51 -05:00
João Marcos Bezerra
fee117f080
Merge pull request #314 from ouch-org/bump-version-to-0.4.0
bump version to 0.4.0 and update dependencies
2022-11-23 18:05:30 -03:00
João M. Bezerra
0bc2076fe0 bump version to 0.4.0 and update dependencies 2022-11-23 18:04:52 -03:00
João Marcos Bezerra
6346ac47ff
Merge pull request #313 from figsoda/benchmark-results
update benchmark results
2022-11-23 17:37:41 -03:00
figsoda
833863a9ae update benchmark results 2022-11-23 17:36:47 -03:00
figsoda
4d2989cb44
Merge pull request #312 from ouch-org/create-benchmark-scripts
Create scripts for benchmarking ouch
2022-11-23 10:33:07 -05:00
figsoda
3ad029d46f add shell.nix for benchmarks 2022-11-23 10:17:40 -05:00
figsoda
56c91078df simplify concatenating benchmark results 2022-11-23 10:17:23 -05:00