610 Commits

Author SHA1 Message Date
João M. Bezerra
31f4f7a162 Update .gitignore 2022-10-11 15:44:34 -03:00
figsoda
fdd9c5be6f chore: add and fix changelog entries 2022-10-03 20:56:48 -04:00
figsoda
5dc8d3efed fix: apply clippy lints 2022-10-03 20:56:48 -04:00
figsoda
5d27a0cd0b feat: generate man pages with clap_mangen 2022-10-03 20:56:48 -04:00
João Marcos Bezerra
398a619018
Merge pull request #271 from figsoda/zip-permissions
fix: respect file permissions when compressing zip files
2022-09-16 18:46:57 -03:00
João Marcos Bezerra
ff8619acb7
Merge pull request #270 from figsoda/fix-ext-warning
fix: incorrect warnings for decompression
2022-09-01 17:37:08 -03:00
figsoda
6d8ebbf273 chore: add CHANGELOG.md entry 2022-09-01 16:27:29 -04:00
figsoda
0519b5663e fix: respect file permissions when compressing zip files 2022-09-01 16:17:29 -04:00
figsoda
dcf86f7e1a chore: add CHANGELOG.md entry 2022-09-01 14:30:05 -04:00
figsoda
1f8cbdd360 fix: incorrect warnings for decompression 2022-09-01 14:27:12 -04:00
Vinícius Miguel
99ec7d2cf2
Fix wrong filename suggestions when compressing folders into non-archives (#269) 2022-08-22 23:37:04 -03:00
João Marcos Bezerra
e377dd3a3a
Merge pull request #267 from figsoda/clippy
Apply clippy lints and simplify smart_unpack
2022-08-14 17:59:25 -03:00
figsoda
e9ae3114ba chore: add CHANGELOG.md entry 2022-08-14 12:32:59 +08:00
figsoda
996e597c1f fix: apply clippy lint 2022-08-14 12:32:54 +08:00
figsoda
a1c943923c refac: simplify smart_unpack to remove redundant code and make clippy happy 2022-08-14 12:24:41 +08:00
João Marcos Bezerra
72295d872c
Merge pull request #261 from ouch-org/refac/optimize-current-dir-call
refac: use `Lazy` to optimize `env::current_dir` repeated call
2022-08-12 13:06:26 -03:00
João M. Bezerra
66d73396a6 Update CHANGELOG.md 2022-08-12 13:05:30 -03:00
João M. Bezerra
86234084ab refac: use Lazy cell to optimize env::current_dir call 2022-08-12 13:03:48 -03:00
João Marcos Bezerra
b2c87c5307
Merge pull request #265 from hivehand/decompress-arg
Fix the `decompress` `-d` argument description
2022-08-12 13:01:07 -03:00
João M. Bezerra
9d4fc81281 fix typo in CHANGELOG.md 2022-08-12 13:00:36 -03:00
Dan Martinez
39ea378cc5 Fix the decompress -d argument description 2022-08-11 14:29:23 -07:00
João Marcos Bezerra
aed93d9406
Merge pull request #263 from figsoda/pr-tmpl
chore: add pull request template
2022-08-09 11:36:59 -03:00
figsoda
c6163cff36 chore: add pull request template 2022-08-09 22:13:03 +08:00
João Marcos Bezerra
f6a4c9ffbe
Merge pull request #262 from ouch-org/chore/update-rustfmt-config
chore: update rustfmt config
2022-07-04 11:11:41 -03:00
João M. Bezerra
7ed3a16f21 chore: update rustfmt config
remove 'force_multiline_blocks' config
2022-07-04 11:06:16 -03:00
João Marcos Bezerra
dd3a57fbfa
Merge pull request #260 from ouch-org/fix-completions-generation
Fix new completions generation env var
2022-06-08 17:42:36 -03:00
João M. Bezerra
3552e21533 create a folder for each shell completion generated 2022-06-05 20:37:43 -03:00
João M. Bezerra
b05078489b only generate completions for bash, zsh and fish 2022-06-05 15:46:20 -03:00
João M. Bezerra
2e165e57cb fix rustdoc lint warnings 2022-06-05 12:52:20 -03:00
João M. Bezerra
e77930d2df fix build script not detecting new env var changes 2022-06-05 12:43:58 -03:00
João Marcos Bezerra
fc532d81d8
Merge pull request #259 from ouch-org/refac/small-adjustments-and-code-quality-improvements
refactoring and making small adjustments to improve code quality
2022-06-04 21:59:48 -03:00
João M. Bezerra
801189ec02 create is_running_in_accessible_mode helper
also renamed some variables
2022-06-04 21:38:16 -03:00
João M. Bezerra
278bc980c1 small changes and rewrite zip warning message 2022-06-04 14:36:57 -03:00
João M. Bezerra
97c4387fcf minor simplifications and renamings 2022-06-04 14:04:31 -03:00
João M. Bezerra
14025c6816 remove use_small_heuristics = "Max" from rustfmt
and update edition to 2021
2022-06-04 13:06:52 -03:00
João M. Bezerra
f5fcf7f2a3 replace flat_map by flatten_compression_formats 2022-06-04 13:01:24 -03:00
João M. Bezerra
19769223c8 create helper function split_first_extension 2022-06-04 12:55:51 -03:00
João M. Bezerra
4d518b7056 small refactor and renamings 2022-06-04 12:47:17 -03:00
João M. Bezerra
8bd78f49cd fix accessible warning if reversed 2022-06-04 11:46:59 -03:00
João M. Bezerra
c65959d648 break down commands.rs into multiple files 2022-06-04 11:46:23 -03:00
João M. Bezerra
eac0a0687a fix clippy warnings 2022-06-04 10:59:51 -03:00
João Marcos Bezerra
be0b68aee5
Merge pull request #258 from ouch-org/chore/update-changelog
chore(changelog): add @Artturin as first-time contributor :)
2022-06-01 11:53:15 -03:00
João M. Bezerra
9e1c52c47d chore(changelog): add @Artturin as first-time contributor :) 2022-06-01 11:52:18 -03:00
João Marcos Bezerra
d934b41b43
Merge pull request #257 from Artturin/updatelockfile
update dependencies
2022-06-01 11:47:56 -03:00
Artturin
2b53db9bdd fix clippy warning
https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
2022-06-01 17:40:57 +03:00
Artturin
36c967a8b4 update dependencies
i ran
`cargo upgrade` from https://lib.rs/crates/cargo-edit which upgrades
Cargo.toml
and then `cargo update`

ran `cargo check`
2022-06-01 17:40:57 +03:00
João Marcos Bezerra
35481bdb4d
Merge pull request #242 from Crypto-Spartan/add-changelog
create CHANGELOG.md
2022-03-23 20:20:05 -03:00
João M. Bezerra
8fa5adc0ef update CHANGELOG with latest PRs
and fix some typos
2022-03-23 19:12:48 -03:00
João Marcos Bezerra
d68346eba8
Merge pull request #251 from jcgruenhage/override-completions-target
chore: allow overriding the completions output directory
2022-03-20 12:59:47 -03:00
João M. Bezerra
75ae1e28d5 chore(build.rs): Fix clippy warnings 2022-03-20 12:51:19 -03:00