mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
---
|
|
source: tests/ui.rs
|
|
expression: "output_to_string(ouch!(\"--help\"))"
|
|
snapshot_kind: text
|
|
---
|
|
A command-line utility for easily compressing and decompressing files and directories.
|
|
|
|
Supported formats: tar, zip, gz, 7z, xz/lzma, bz/bz2, bz3, lz4, sz (Snappy), zst and rar.
|
|
|
|
Repository: https://github.com/ouch-org/ouch
|
|
|
|
Usage: <OUCH_BIN> [OPTIONS] <COMMAND>
|
|
|
|
Commands:
|
|
compress Compress one or more files into one output file [aliases: c]
|
|
decompress Decompresses one or more files, optionally into another folder [aliases: d]
|
|
list List contents of an archive [aliases: l, ls]
|
|
help Print this message or the help of the given subcommand(s)
|
|
|
|
Options:
|
|
-y, --yes
|
|
Skip [Y/n] questions positively
|
|
|
|
-n, --no
|
|
Skip [Y/n] questions negatively
|
|
|
|
-A, --accessible
|
|
Activate accessibility mode, reducing visual noise
|
|
|
|
[env: ACCESSIBLE=]
|
|
|
|
-H, --hidden
|
|
Ignores hidden files
|
|
|
|
-q, --quiet
|
|
Silences output
|
|
|
|
-g, --gitignore
|
|
Ignores files matched by git's ignore files
|
|
|
|
-f, --format <FORMAT>
|
|
Specify the format of the archive
|
|
|
|
-p, --password <PASSWORD>
|
|
decompress or list with password
|
|
|
|
-c, --threads <THREADS>
|
|
cocurrent working threads
|
|
|
|
-h, --help
|
|
Print help (see a summary with '-h')
|
|
|
|
-V, --version
|
|
Print version
|