Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Provides functions for easy archive manipulation.

License

NotificationsYou must be signed in to change notification settings

zimfw/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Providesarchive,unarchive andlsarchive functions for easy archivemanipulation based on file extensions.

Don't remember the complete tar command to compress, uncompress or list thecontents of an archive? Usearchive myarchive.tar.gz /path/to/be/archived to compress,unarchive myarchive.tar.gz to uncompress orlsarchive myarchive.tar.gz to list, for example, and the respective functionswill take care of the underlying command for you. They also work with the otherarchive extensions listed below.

Suffix aliases are also provided so files can be directly uncompressed.

This module will make use ofpbzip2 andpigz if available to make use of all available CPU cores.

Functions

NameUsage
archive compresses files into an archive.archive <archive_name.ext> <file>...
unarchive uncompresses from archives.unarchive <archive_name.ext>...
lsarchive lists the contents of archives.lsarchive <archive_name.ext>...

Archive extensions

ExtensionsRequired commands
.7z, .0017za
.rarunrar orrar
.tar.bz, .tar.bz2, .tbz, .tbz2tar
.tar.gz, .tgztar
.tar.lzma, .tlztar with lzma support or withlzcat
.tar.xz, .txztar with xz support or withxzcat
.tar.zst, .tzsttar withunzstd
.tartar
.zipunzip
.bz, .bz2pbunzip2 orbunzip2
.gzunpigz orgunzip
.lzmaunzlma
.xzunxz
.zstzstd
.Zuncompress

About

Provides functions for easy archive manipulation.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp