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 support for short tar archive extensions #101

Merged
merged 1 commit into from
Oct 17, 2021

Conversation

dnaka91
Copy link
Contributor

@dnaka91 dnaka91 commented Oct 17, 2021

Currently only .tgz as short form of tar.gz is supported but there are short versions for the other compression formats as well. This PR adds support for:

  • tar.bz => tbz
  • tar.bz2 => tbz2
  • tar.xz => txz
  • tar.lz => tlz
  • tar.lzma => tlzma
  • tar.zst => tzst
    

@marcospb19
Copy link
Member

Thanks for your contribution to ouch! We really appreciate it!

@marcospb19 marcospb19 added enhancement New feature or request hacktoberfest-accepted Tag PR as accepted for the hacktoberfest event labels Oct 17, 2021
@marcospb19 marcospb19 merged commit a424a2a into ouch-org:master Oct 17, 2021
marcospb19 added a commit that referenced this pull request Oct 17, 2021
@dnaka91 dnaka91 deleted the tar-short-ext branch October 27, 2021 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted Tag PR as accepted for the hacktoberfest event
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants