This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/archive
Matt Hamilton 7020eead86 [archive] correct unarchive aliases 2016-01-07 16:20:23 -05:00
..
functions cleanup function error messages 2016-01-07 15:36:31 -05:00
README.md add archive module 2015-12-16 17:00:25 -05:00
init.zsh [archive] correct unarchive aliases 2016-01-07 16:20:23 -05:00

README.md

Archive

Provides archive and unarchive functions for easy archive manipulation.

This module will make use of pigz and pbzip2 if available to make use of all available CPU cores.

Functions

  • archive generates an archive based on file extension. Syntax is archive myarchive.tar.gz /path/to/archive
  • unarchive unarchives a file based on the extension. Syntax is unarchive myarchive.7z

Archive Formats

Format Requirements
.tar tar
.tar.gz, .tgz tar or pigz
.tar.bz2, .tbz tar or pbzip2
.tar.xz, .txz tar with xz support
.tar.zma, .tlz tar with lzma support
.gz gunzip or pigz
.bz2 bunzip2 or pbzip2
.xz unxz
.lzma unzlma
.Z uncompress
.zip unzip
.rar unrar or rar
.7z 7za