A practical tool that lists all the files in a compressed archive (zip, rar, 7zip) and saves this information to a JSON file.
You can use executable files from release page or follow steps below.
- (Optional)Prepare a python virtual environment.
- Install requirements (
requirements.txt
).pip install requirements.txt
- Run the tool.
python -m zipls
zipls ls [Zip File]...
Example:
zipls ls /path/to/data.zip
zipls ls data.zip data1.zip data2.zip
zipls ls *.zip
zipls dump [Output File] [Zip File]...
Example:
zipls dump ./info.json /path/to/data.zip
zipls dump info.json data.zip data1.zip data2.zip
zipls dump info.json *.zip
JSON Schema enables the confident and reliable use of the JSON data format.
https://json-schema.org/
zipls schema [Schema File]
Example:
zipls schema ./schema.json
zipls --help
zipls [COMMAND] --help
Example:
zipls -h
zipls ls -h
zipls version
ZipLs is licensed under BSD 3-Clause.
Copyright © 2024 by Ljzd-PRO.