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

Read files from stdin #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jpg0
Copy link

@jpg0 jpg0 commented Jan 18, 2019

Added ability to read a file list from stdin when provided a path of '-'.

I did this because I had various image files that needed uploading (and putting into albums) but didn't necessarily line up with directories. Of course it's possible to do this already with an invocation of gpup per-image, however this loses parallel uploads (and would also hit the API rate-limit in my case).

(Note this is built on top of the previous include/exclude commit I already created a PR for.)

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.

None yet

1 participant