Onur Sönmez

Results 3 issues of Onur Sönmez

It would be nice to add color option to stdout and stderr logs. It can be managed with a flag similar to `--color` or `--no-color`.

feature-request

Currently, s5cmd does not show the progress of multipart operations. It would be nice to add an option to display the progress for large files.

feature-request

Currently `s5cmd` does not return proper exit codes if we terminate the process with control c. ``` s5cmd ls 's3://backups/*' ^C ❯ echo $? 0 ``` ``` s5cmd cp 's3://backups/*'...