Crates.io | jus |
lib.rs | jus |
version | 0.1.0 |
source | src |
created_at | 2020-11-16 11:05:16.889892 |
updated_at | 2020-11-16 11:05:16.889892 |
description | Converts normal input digits in in Unicode superscript/subscripts |
homepage | https://gitlab.com/vise890/microdigit/ |
repository | https://gitlab.com/vise890/microdigit/ |
max_upload_size | |
id | 312873 |
size | 2,571 |
jus (ʒuː; French ʒy)
gravy, broth, sauce -- wiktionary.org
Jus is a cli tool for extracting, viewing, creating and modifying archives of all kinds.
Suported formats:
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?