Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,29 @@ This project currently includes a commandline tool with various gzip/arc/warc/xm

### Tasks ###

* Arc2Warc
* CDX
* Changed
* Compress
* ContainerMD
* Decompress
* Delete
* Extract
* Interval
* PathIndex
* Test
* Unpack
```
usage: JWATTools <command> [<args>]

Commands:
arc2warc convert ARC file(s) to WARC file(s)
cdx create a CDX index for use in wayback (unsorted)
changed changed files grouped by intervals
compress compress ARC/WARC or plain file(s)
containermd generation of containerMD for (W)ARC file(s)
decompress decompress ARC/WARC or normal GZip file(s)
delete delete files
digest calculate the digest of file(s)
extract extract ARC/WARC record(s)
headers2cdx create a CDX index for use in wayback (unsorted)
help display help information
interval interval extract
pathindex create a path index file for use in wayback (unsorted)
test test validity of ARC/WARC/GZip file(s)
unchunk unchunk file(s) containing only chunked transfter encoded data
unpack unpack multifile GZip

See 'jwattools help <command>' for more information on a specific command.
```

### Downloads ###

Expand Down
Loading