~dricottone/my-utils

ref: d5a3dac8603733ac127ed11cc7defbc2375a58f2 my-utils/archives/README.md -rw-r--r-- 1.3 KiB
d5a3dac8Dominic Ricottone Formatting fixes; Help message fixes 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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