wh is a convenience wrapper for magic-wormhole.
- wraps the
wormholeCLI - auto-adds
--code-length=4for code-generating flows - passes all other commands through normally
- can help install
wormholewhen it is missing
- macOS
- Linux
- Windows
Shared prerequisites:
Primary external tool:
wormhole
Basic first run:
wh send file.zipIf wormhole is missing, wh can suggest a likely install route and offer to run it for you.
Send a file with a shorter generated code:
wh send file.zipReceive using the normal prompt flow:
wh receiveReceive while allocating the code on this side:
wh receive --allocatePass through other wormhole commands:
wh helpwhinjects--code-length=4forsendandtx.whalso injects--code-length=4forreceive --allocateand receive aliases such asrx,recv, andrecieve.whdoes not inject another code-length flag if you already passed--code-length.whleaves ordinaryreceiveunchanged because the sender normally generates the code.- Missing-
wormholeinstall prompts useY/n, where Enter means yes.
- Package-manager support varies by system, so
whsuggests the best install route it can find.