Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show upload progress per file in interactive mode #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

show upload progress per file in interactive mode #12

wants to merge 1 commit into from

Conversation

minus7
Copy link

@minus7 minus7 commented Jul 5, 2014

calls curl with --progress-bar and without --silent for file uploads in interactive mode. I find this quite useful for files that have more than 2-3MB on DSL internet.

@ezekiel
Copy link

ezekiel commented Jan 8, 2015

I'm a little surprised this pull request has been lingering for so long with no comment, no merge. Patch looks clean, simple, and useful.

The indentation of the new "if" block is different than the rest of the file.

@ddevault
Copy link
Contributor

ddevault commented Jan 8, 2015

@jleclanche you feel like merging this? It's your call.

@jleclanche
Copy link
Contributor

Ah sorry, I didn't see it. Code lgtm, I'll test it and if it works I'll merge.

@minus7
Copy link
Author

minus7 commented Jan 8, 2015

Iirc there were complaints about the progress bar not getting hidden when it's done. Also speed stats would be cool (which could be achieved by not using --progress-bar and just removing --silent)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants