Skip to content

Wildcards support#3

Open
BaderBC wants to merge 3 commits intowalle:masterfrom
BaderBC:master
Open

Wildcards support#3
BaderBC wants to merge 3 commits intowalle:masterfrom
BaderBC:master

Conversation

@BaderBC
Copy link

@BaderBC BaderBC commented Jan 19, 2024

  • Typos and Warnings Fix:
    Corrected typos and resolved warnings in the codebase.

  • Support for Wildcards in Compression:
    Previously, the only method for compressing multiple files was to place them into a directory. After decompression, this resulted in a file hierarchy like /compressed/example_dir/multiple_files.txt.
    With this update, users can now utilize wildcards in the input string, such as example_dir/*.
    After decompression, the wildcard input results in a simplified file hierarchy like compressed/multiple_files.txt.

@BaderBC
Copy link
Author

BaderBC commented Jan 21, 2024

I changed module name in go.mod because I wanted to use my fork in one of my projects, but in case you wouls consider accepting this pr I will change module name back ;)

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.

1 participant