Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 262 Bytes

tarindexer

python module for indexing tar files for fast access

Usage:

create index file:

tarindexer -i tarfile.tar indexfile.index

lookup file using indexfile (prints file to stdout):

tarindexer -l tarfile.tar indexfile.index lookuppath