1 个不稳定版本
0.1.0 | 2020年11月16日 |
---|
#28 在 #normal
3KB
jus
jus (ʒuː; 法语 ʒy)
肉汁,汤,酱汁 -- wiktionary.org
Jus 是一个命令行工具,用于提取、查看、创建和修改各种类型的存档。
支持的格式
- 7z
- ace
- arj
- bzip2
- cpio
- gzip
- lha
- lzh
- lzma
- lzma
- lzo
- rar
- rzip
- tar
- xz
- zip
- zpaq
安装
cargo install jus
用法
# Archive a file or directory:
jus a archive.7z path/to/file_or_directory
# Jus infers the archive type from the extensions.
jus a archive.zip path/to/file_or_directory
jus a archive.tar.gz path/to/file_or_directory
# Extract files leaving original directory structure intact:
jus x archive.tar.gz
# Extract files to a specified path:
jux x archive.7z path/to/output_directory
# List available archive types:
jus i
# List the contents of an archive:
jus l archive.rar
# Test archives?
# Out to STDOUT?
# Parallel impl?
# Encrypted archives?