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

Add batch (multi-svg) capabilities #20

Closed
davekover opened this issue Sep 14, 2015 · 5 comments
Closed

Add batch (multi-svg) capabilities #20

davekover opened this issue Sep 14, 2015 · 5 comments
Assignees

Comments

@davekover
Copy link

I'm working with large amounts of SVGs and would love to be able to drag a set of files and download them all at once. I think it'd be optimal for this option to automatically download the resulting files and not display the output as it would normally.

Let me add that I've found this tool to be invaluable to my work and I'm quite thankful that you've made this available. Cheers!

@yuraj11 yuraj11 self-assigned this Sep 14, 2015
@yuraj11
Copy link
Collaborator

yuraj11 commented Sep 14, 2015

Thanks! I am glad that you find this tool useful. I am working on this feature:
clipboard02

Also I think the best way to export multiple files will be to ZIP them into one file.

@davekover
Copy link
Author

I was thinking that a zip file might be a way to handle the result - glad we're on the same page! Thanks so much for taking this feature request. :)

@yuraj11
Copy link
Collaborator

yuraj11 commented Sep 15, 2015

Ok, It's done 6467972 . I have tried 362 files (total size 130 kB) at once - It generated code and ZIP file almost immediately (but still If you have big SVG files there could be some performance problem - large lag). Please tell me how It works for you, thanks!
BTW: It will append file log.html into ZIP, so you can check there for errors/warnings.

@davekover
Copy link
Author

I tested with a few different batch sizes. 100+ files at 1.1mb total size, 30 items at 377kb, etc. I haven't seen any issues with output. I did spot a path name issue, but I'll file that separately as I don't believe it's related to the multi-file functionality.

This looks to be working as envisioned. Thanks for adding the feature!

@conrad-heimbold
Copy link

Is there a command line interface for this functionality?
I would like to convert the icons from my terminal, not in a browser...

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

No branches or pull requests

3 participants