1378 Commits

Author SHA1 Message Date
Talison Fabio
aae86d9e44 test: add overwrite and cancel tests 2025-03-26 16:02:31 -03:00
Talison Fabio
b5cb3e075d revert: update message error in ChoicePrompt instead Confirmation 2025-03-24 09:32:16 -03:00
Talison Fabio
d69770d760 fix: update error message when find EOF in choise prompt response 2025-03-24 09:19:08 -03:00
Talison Fabio
44e80d2df3 chore: revert user_wants_to_continue 2025-03-23 11:43:14 -03:00
Talison Fabio
e2e28b008f chore: cargo fmt 2025-03-23 11:39:57 -03:00
Talison Fabio
f916f4d419 doc: improve rename_path docs 2025-03-23 11:34:16 -03:00
Talison Fabio
af61cb0bc2 fix: out of bound when type answer bigger than some choice 2025-03-23 11:33:45 -03:00
Talison Fabio
2a0b70f2bd doc: improve doc of resolve_path_conflict 2025-03-22 23:27:55 -03:00
Talison Fabio
86386b2ef0 chore: fix ChoicePrompt doc 2025-03-22 22:48:45 -03:00
Talison Fabio
022e9f0883 refactor: rename "resolve_path" method 2025-03-22 22:46:26 -03:00
Talison Fabio
cede4b2624 Add docs 2025-03-22 22:46:02 -03:00
Talison Fabio
3626e7196f chore: cargo fmt 2025-03-22 22:34:00 -03:00
Talison Fabio
782cd27580 fix: remove unused clear_path function 2025-03-22 20:24:16 -03:00
Talison Fabio
77d999d33a feat: use resolve_path instead clear_path in smart_unpack 2025-03-22 20:22:01 -03:00
Talison Fabio
8b84038cec feat: create "resolve_path" for smart_unpack to deal with rename 2025-03-22 20:21:23 -03:00
Talison Fabio
63e8549408 feat: rename file in "ask_to_create_file" rename action 2025-03-22 20:18:27 -03:00
Talison Fabio
609bddaa18 feat: check accessible mode for choises prompt 2025-03-22 20:16:01 -03:00
Talison Fabio
8b7b25d748 feat: add "rename" option in ask_to_create_file method 2025-03-18 17:47:36 -03:00
Talison Fabio
8a8e44abe7 feat: use ChoicePrompt in user_wants_to_continue method 2025-03-18 17:41:39 -03:00
Talison Fabio
98ca77f953 feat: Add generic Choice prompt implementation 2025-03-18 17:36:35 -03:00
João Marcos
27e727ced3 update dependencies 2025-03-01 00:01:45 -03:00
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
Pascal Hertleif
58271ab77f refactor(cli): Clearer docs for -y/-n 2025-02-12 10:12:54 -03:00
Pascal Hertleif
fadfe1a213 fix(cli): Align docs phrasing and capitalization 2025-02-12 10:12:54 -03:00
Pascal Hertleif
f3b7c0277f fix(cli): Fix typo in 'concurrent' 2025-02-12 10:12:54 -03:00
Pascal Hertleif
aeefa694bf fix: Use BufWriter for list output
Also replaces one `print` call with `write`.

Fixes #702
2025-02-12 10:10:37 -03:00
ttyS3
28d0933d6c fix: change threads short flag to -c in cli args to avoid conflict with tree 2024-12-14 19:52:32 -03:00
ttyS3
e1d7f1424a refactor: improve code formatting in mod.rs and logger.rs 2024-12-14 19:52:32 -03:00
ttyS3
77b01d170f refactor(cli): move thread pool setup to command execution, use thread::spawn instead of rayon::spawn in the logger thread 2024-12-14 19:52:32 -03:00
ttyS3
6b38e1dd46 feat: add concurrent working threads option to CLI args 2024-12-14 19:52:32 -03:00
ttyS3
195483a182 docs: update changelog with new features 2024-12-14 19:22:56 -03:00
ttyS3
499ad77657 fix(cli): remove default value for remove flag in Subcommand 2024-12-14 19:22:56 -03:00
ttyS3
5941afe66e chore: remove decompress file params info to make ui_test_ok_decompress test case pass 2024-12-14 19:22:56 -03:00
ttyS3
353c360f6f style: cargo fmt with nightly version 2024-12-14 19:22:56 -03:00
ttyS3
62f3d78f44 refactor(decompress): refactor function to use DecompressOptions struct to make linter happy (too_many_arguments) 2024-12-14 19:22:56 -03:00
ttyS3
55aa05b631 feat(cli): add option to remove source file after decompression 2024-12-14 19:22:56 -03:00
ttyS3
493213e393 fix: update unrar crate to fix deompress issue with rar files which include CJK filenames in it 2024-12-06 17:29:08 -03:00
ttyS3
22d4e0faf0 chore: add comments about RAR 4.x and 5.0 signature 2024-12-02 12:34:48 -03:00
dependabot[bot]
8c32d2c31a build(deps): bump dawidd6/action-download-artifact in /.github/workflows
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 16:29:25 -03:00
João Marcos P. Bezerra
e405690d35 chore: tweak tests so they run faster 2024-11-20 05:23:20 -03:00
João Marcos P. Bezerra
97b4608693 chore: use new Cargo profile in CI for shorter compilation
new profile is called `fast` and it's not as fast as `release`, but
should be fast enough for CI and compiles faster
2024-11-20 05:23:20 -03:00
João Marcos P. Bezerra
162dfbd29f chore: format Cargo.toml 2024-11-20 05:23:20 -03:00
João Marcos P. Bezerra
7ea0625860 refac: simplify error treatment 2024-11-20 04:44:53 -03:00
João Marcos P. Bezerra
2f7c7e8ff2 tests: fix UI snapshot tests 2024-11-20 04:02:02 -03:00
João Marcos P. Bezerra
3e890eb307 chore: rename functions and fix wrong logs 2024-11-20 03:32:20 -03:00
João Marcos P. Bezerra
cc530bea94 refac: simplify logger shutdown system 2024-11-20 03:32:20 -03:00
João Marcos P. Bezerra
df6d2cea98 tweak: don't add period to end of each log 2024-11-18 00:32:17 -03:00
João Marcos P. Bezerra
2eca233132 chore: update comments 2024-11-18 00:32:17 -03:00
João Marcos P. Bezerra
e108e5b778 chore: improve message after moving file 2024-11-18 00:03:55 -03:00
João Marcos P. Bezerra
223f82d538 refac: simplify smart_unpack 2024-11-18 00:02:22 -03:00