~dricottone/my-utils

ref: 1fe9fb5dd6c9e713156a4d737debd18fa7b510fe my-utils/archives/README.md -rw-r--r-- 1.3 KiB
1fe9fb5dDominic Ricottone Quick fix to error text 2 years ago

#archives utilities

Tools for creating, parsing, and scripting archive files.

#Specification

While you technically won't run into an error, these scripts do expect tar to support Zstandard, which isn't necessarily POSIX standard.

Executable Description Extra Dependencies
epub Dumps HTML from an 'epub' e-book archive bash, zipinfo, unzip, w3m
mktar Wrapper around tar for easier compression bash
rmtar Delete 'tar' archive files
rmzip Delete 'zip' archive files
tarcat Print contents of tar archive file(s)
tarls List files within tar archive file(s)
untar Wrapper around tar for easier decompression
zipls List files within zip archive file(s) zipinfo

All scripts support -h and --help for printing built-in documentation.

All scripts do nothing if no input arguments are given.

#To-Do

  • add support for rar, 7z archives