Command-line tool for wormhole.app - upload, download, and inspect files.
cargo install --git https://github.com/trumank/wormhole-cli.gitwormhole-cli upload <FILE_OR_DIR>wormhole-cli download <URL> [-o <OUTPUT_DIR>]wormhole-cli info <URL># Upload a file
wormhole-cli upload document.pdf
# Upload a directory
wormhole-cli upload my-folder/
# Download to current directory
wormhole-cli download https://wormhole.app/abc123#key
# Download to specific directory
wormhole-cli download https://wormhole.app/abc123#key -o ~/Downloads
# Check file info before downloading
wormhole-cli info https://wormhole.app/abc123#key
# Replace existing files without prompting
wormhole-cli download https://wormhole.app/abc123#key -r-v, --verbose- Show detailed output
-o, --output <DIR>- Output directory (default: current directory)-v, --verbose- Show detailed output-r, --replace- Replace existing files without prompting
-v, --verbose- Show detailed output