João Marcos P. Bezerra
|
28daa9e8c4
|
make logger channel static
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
bed8ea0276
|
create Logger::info_accessible
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
1e56bb8f1f
|
Improve logging interface
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
b04122a6de
|
fix some errors + warnings
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
380893b6df
|
Add levels and fix output
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
e2ac5c4c9b
|
Make all info logs use the new system
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
e989db7a3a
|
Added buffering
|
2024-04-01 10:58:35 -03:00 |
|
Antonios Barotsis
|
c2873f77d3
|
wip
|
2024-04-01 10:58:35 -03:00 |
|
João Marcos P. Bezerra
|
8483739184
|
Minor refactor to archive handling code
|
2023-11-25 21:33:22 -03:00 |
|
João M. Bezerra
|
cbd327aad7
|
replace usage of ubyte by our own Bytes formatter
|
2023-09-04 21:15:57 -03:00 |
|
figsoda
|
e06b2c8635
|
apply clippy suggestions
|
2023-01-05 14:23:37 -05:00 |
|
Vinícius R. Miguel
|
3bb0e57ed4
|
Stop keeping track of the names of unpacked files
|
2023-01-05 15:52:21 -03:00 |
|
Vinícius R. Miguel
|
d99266e1ce
|
Use ubyte instead of humansize
|
2023-01-05 14:49:46 -03: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 |
|
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 |
|
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
|
d4766c4bf3
|
Merge branch 'main' into rewrite-progress
|
2022-10-13 11:37:09 -04:00 |
|
figsoda
|
51855948f1
|
add OutputLine trait for performance improvements
|
2022-10-13 11:31:43 -04:00 |
|
figsoda
|
dd6ab2aa6e
|
rename out to log_out
|
2022-10-13 10:27:04 -04:00 |
|
figsoda
|
2f4404e658
|
use humansize instead of Bytes
|
2022-10-12 22:33:41 -04:00 |
|
figsoda
|
8b0f4f3ee4
|
rewrite progress module
|
2022-10-12 20:49:33 -04:00 |
|
João M. Bezerra
|
a2c91c4248
|
minor tweaks
|
2022-10-11 22:09:39 -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 |
|
João Marcos Bezerra
|
308b8f7e90
|
Merge pull request #225 from sigmaSd/list
List command: print file immediatly after it is processed
|
2021-12-20 13:11:15 -03:00 |
|
Nbiba Bedis
|
42bcc024d4
|
Actually use relative paths when extracting
|
2021-12-09 17:59:25 +01:00 |
|
Nbiba Bedis
|
569f39c6c9
|
Use a new thread for listing
|
2021-12-09 09:28:44 +01:00 |
|
Nbiba Bedis
|
b1667bd474
|
Remove comment
|
2021-12-09 08:24:49 +01:00 |
|
Nbiba Bedis
|
2adcfb364f
|
List command: print file immediatly after it iss processed
|
2021-12-09 08:24:49 +01:00 |
|
Nbiba Bedis
|
734ffd4331
|
Compile on stable
|
2021-12-08 11:58:02 +01:00 |
|
Nbiba Bedis
|
34c09d5d69
|
Ignore broken symlinks when compressing
|
2021-12-08 11:46:30 +01:00 |
|
Nbiba Bedis
|
0976970e8c
|
Add progress bar for compressing/decompressing
|
2021-11-25 11:57:47 +01:00 |
|
Anton Hermann
|
1030eb0de9
|
Improve accessibility code and comment decisions why some info is (in)accessible
|
2021-11-23 11:53:20 +01:00 |
|
Spyros Roum
|
c33d896743
|
Change clear_path to return Result<bool>
So `Ok(true)` means the path is clear while `Ok(false)` means the user doesn't want to overwrite
|
2021-11-11 15:58:51 +02:00 |
|
Spyros Roum
|
eb9a99fff3
|
Create util for clearing a path
|
2021-11-11 11:36:26 +02:00 |
|
João M. Bezerra
|
9a9488fcd2
|
Merge branch 'command_list'
|
2021-11-02 15:31:01 -03:00 |
|
João Marcos Bezerra
|
73c1d9a41c
|
Merge pull request #141 from SpyrosRoum/fix-decompression-overwritting-files-without-asking
Fix decompression overwritting files without asking and failing on directories
|
2021-11-02 08:58:31 -03:00 |
|
Spyros Roum
|
7f5ff0faf1
|
Fix archives panicking when asked to overwrite file
|
2021-11-02 13:34:38 +02:00 |
|
Spyros Roum
|
8ef1b25b12
|
Ask to overwrite dirs when decompressing archives
|
2021-11-02 12:38:10 +02:00 |
|
João M. Bezerra
|
d2d4a929e1
|
Docs improvements
+ Removed some dead code
|
2021-11-02 04:57:26 -03:00 |
|
Anton Hermann
|
8527616729
|
FIX 9919c72: add doc comment, remove accidentally doubled is_archive()
|
2021-11-01 12:40:30 +01:00 |
|
Anton Hermann
|
9919c72347
|
Merge branch 'master' into command_list
|
2021-11-01 12:32:55 +01:00 |
|
Anton Hermann
|
e8f24b7178
|
list: highlight directories (either coloring them or adding a /)
|
2021-11-01 12:15:36 +01:00 |
|
Anton Hermann
|
30ebcf4f9e
|
Implement command 'list' to show archive contents
|
2021-11-01 08:53:03 +01:00 |
|
João Marcos Bezerra
|
95d38e99f6
|
Merge branch 'master' into issue-32
|
2021-10-31 03:01:41 -03: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 |
|
João M. Bezerra
|
6c6f721f35
|
Solved FinalError compile errors
|
2021-10-30 11:17:38 -03:00 |
|