55 Commits

Author SHA1 Message Date
figsoda
f7bd17ce12 downgrade and pin zstd-sys 2022-11-23 16:32:15 -05:00
figsoda
1616709a1d bump dependencies 2022-11-23 16:08:51 -05:00
João M. Bezerra
0bc2076fe0 bump version to 0.4.0 and update dependencies 2022-11-23 18:04:52 -03:00
figsoda
13fab6d241 remove progress feature 2022-10-15 23:03:20 -04:00
figsoda
afdbf178ed fix infinite compression if output file is inside the input folder 2022-10-13 21:05:15 -04:00
figsoda
2f4404e658 use humansize instead of Bytes 2022-10-12 22:33:41 -04:00
João M. Bezerra
71893aafeb Refactor the way we set last modified times
Last modified time is a piece of metadata that is available when
decompressing an archive
2022-10-11 22:09:39 -03:00
figsoda
dfb3a367e4 bump dependencies 2022-10-11 16:27:27 -04:00
figsoda
5d27a0cd0b feat: generate man pages with clap_mangen 2022-10-03 20:56:48 -04:00
figsoda
0519b5663e fix: respect file permissions when compressing zip files 2022-09-01 16:17:29 -04: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
Crypto-Spartan
aba5a787f7 update infer v0.5.0 -> v0.7.0 2022-02-28 20:37:49 +00:00
Crypto-Spartan
a85e6bc3c2 update zstd v0.9.0 -> v0.10.0 2022-02-28 20:33:27 +00:00
Crypto-Spartan
505cc8f362 update lzzzz v0.8.0 -> v1.0.2 2022-02-28 20:26:19 +00:00
Crypto-Spartan
b2237b79f9 update fs-err v2.6.0 -> 2.7.0 2022-02-28 20:21:32 +00:00
Crypto-Spartan
70242e9ea5 update clap-complete v3.0.2 -> v3.1.0 2022-02-28 20:18:57 +00:00
Crypto-Spartan
c3917ddb5b update clap v3.0.4 -> v3.1.3 2022-02-28 19:53:33 +00:00
Vinícius R. Miguel
7dd016aa54 feat: recover last modified time when unpacking zip archives 2022-02-05 23:08:21 -03:00
Vinícius Miguel
336fc97831
feat: allow ignoring hidden files and files matched by .gitignore files (#245) 2022-01-16 23:30:26 -03:00
Crypto-Spartan
a3bb1def61 update clap to v3.0.4, replace clap_generate with clap_complete 2022-01-05 21:53:05 +00:00
figsoda
52a8acf2e1 support snappy format 2021-12-07 13:59:56 -05:00
Nbiba Bedis
0976970e8c Add progress bar for compressing/decompressing 2021-11-25 11:57:47 +01:00
figsoda
dedd254ace switch from lz4_flex to lzzzz, enable lz4 tests 2021-11-09 21:26:04 -05:00
figsoda
253cedcf60 crate dir-diff -> fn assert_same_directory 2021-11-05 23:27:20 -04:00
figsoda
35df50857d rewrite tests 2021-11-05 23:27:20 -04:00
figsoda
296826b4d3 add support for lz4 format 2021-11-02 17:37:24 -04:00
João M. Bezerra
036afe668b Bumping version to 0.3.1 2021-11-02 17:27:02 -03:00
João M. Bezerra
9a9488fcd2 Merge branch 'command_list' 2021-11-02 15:31:01 -03:00
João M. Bezerra
000ce62eb3 Updating Cargo.lock 2021-11-02 10:53:06 -03:00
Anton Hermann
5421a5db77 Implement tree output for 'list' command 2021-11-01 08:53:18 +01:00
figsoda
614f2aa6d5
Merge branch 'master' into completions-manpage 2021-10-30 16:59:24 -04:00
Gabriel Simonetto
704a4efdd7 Merge branch 'master' into issue-56 2021-10-30 11:31:09 -03:00
Gabriel Simonetto
09b050d836 Introduce fs_err as a replacement for fs 2021-10-30 11:17:38 -03:00
figsoda
7efac2e55d generate completions 2021-10-20 22:18:39 -04:00
Spyros Roum
e24c9ce931 Replace oof with clap 2021-10-19 14:42:07 +03:00
figsoda
161b8d0d66 refactor: better NO_COLOR support 2021-10-14 21:27:11 -04:00
João Marcos Bezerra
16fbebe8fe
Updating Cargo.lock to newer dependencies (#92)
bitflags       v1.2.1  -> v1.3.2
cc             v1.0.69 -> v1.0.71
filetime       v0.2.14 -> v0.2.15
pkg-config     v0.3.19 -> v0.3.20
ppv-lite86     v0.2.10 -> v0.2.14
proc-macro2    v1.0.28 -> v1.0.30
quote          v1.0.9  -> v1.0.10
redox_syscall  v0.2.9  -> v0.2.10
syn            v1.0.74 -> v1.0.80
thiserror      v1.0.26 -> v1.0.30
thiserror-impl v1.0.26 -> v1.0.30
2021-10-14 20:12:42 -03:00
Vinícius Rodrigues Miguel
d4862e2b6f test: check the resulting compressed files through MIME types 2021-10-06 23:54:20 -03:00
Vinícius Rodrigues Miguel
990458b771 Release 0.2.0 2021-10-06 15:39:55 -03:00
Vinícius Rodrigues Miguel
e9bc65a787 Add support for Zstd 2021-10-05 23:56:09 -03:00
Vinícius Rodrigues Miguel
e7dd6f2d4f Don't use colors when stdout or stderr are being redirected 2021-10-05 21:12:15 -03:00
João M. Bezerra
2f5083278f Add libc dependency
Cross compatible (with windows) exit failure code
2021-10-03 00:20:12 -03:00
Vinícius Rodrigues Miguel
b099e4ac20 Respect the NO_COLOR env. arg. 2021-09-17 00:55:38 -03:00
Vinícius Rodrigues Miguel
fabe7cba31 Remove unused dependency features, prefer libz-backed implementations 2021-09-16 20:17:52 -03:00
Vinícius Rodrigues Miguel
36dade8c11 Bump crate version, bump dependencies 2021-09-16 20:06:10 -03:00
João M. Bezerra
7265effd65 Replacing deprecated tempdir by tempfile crate 2021-08-13 03:12:23 -03:00
Sibi Prabakaran
194053e01a
Add Cargo lock file 2021-07-26 08:05:17 +05:30
João M. Bezerra
e1da79c2ac Added .gitignore 2021-03-25 20:23:00 -03:00
Vinícius Rodrigues Miguel
9ea18659e5 Update README, slightly reduce code repetition 2021-03-24 18:35:01 -03:00
Vinícius Rodrigues Miguel
6eee06a51a Bump app version 2021-03-24 17:51:59 -03:00