A user-friendly, lightweight [[Terminal UI|TUI]] for disk imaging ![](https://github.com/ifd3f/caligula/raw/main/images/caligula.png) ```bash $ caligula A lightweight, user-friendly disk imaging tool Usage: caligula caligula burn [OPTIONS] <IMAGE> caligula help [COMMAND]... Options: -h, --help Print help -V, --version Print version caligula burn: A lightweight, user-friendly disk imaging tool <IMAGE> Input image to burn -o <OUT> Where to write the output. If not supplied, we will search for possible disks and ask you for where you want to burn -z, --compression <COMPRESSION> What compression format the input file is in [default: ask] [possible values: ask, auto, none, gz, bz2, xz, lz4, zst] -s, --hash <HASH> The hash of the input file. For more information, see long help (--help) [default: ask] --hash-file <HASH_FILE> Where to look for the hash of the input file --hash-of <HASH_OF> Is the hash calculated from the raw file, or the compressed file? [possible values: raw, compressed] --show-all-disks If provided, we will show all disks, removable or not --interactive <INTERACTIVE> If we should run in interactive mode or not [default: auto] [possible values: auto, always, never] -f, --force If supplied, we will not ask for confirmation before destroying your disk --root <ROOT> If we don't have permissions on the output file, should we try to become root? [default: ask] [possible values: ask, always, never] -h, --help Print help (see more with '--help') -V, --version Print version caligula help: Print this message or the help of the given subcommand(s) [COMMAND]... Print help for the subcommand(s) ```