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

Support multiple files #23

Closed
rmariano opened this issue Mar 3, 2017 · 0 comments
Closed

Support multiple files #23

rmariano opened this issue Mar 3, 2017 · 0 comments

Comments

@rmariano
Copy link
Owner

rmariano commented Mar 3, 2017

Ability to compress multiple files, packaging the compression into a single one.

This changes the cli interface, for now the user has to specify the name of the output file first (default one will probably not work anymore), and then the list of the files to search (similar to tar, etc.), like:

pycompress --ouptut <ofilename> [files...]

The compression can be done sequentially, no need to parallelism; Any sort of optimisation will be done later on.

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

1 participant