| name | wormhole-william |
| description | Use this skill when the user wants to securely transfer files between computers, share files with end-to-end encryption, or use Magic Wormhole from the command line. |
wormhole-william Plugin
End-to-end encrypted file transfer between computers. A Go implementation of Magic Wormhole for secure, easy file sharing without setup.
Commands
File Transfer
wormhole-william file send — Send file with Magic Wormhole
wormhole-william file receive — Receive file with Magic Wormhole
Utility
wormhole-william _ _ — Passthrough to wormhole-william CLI
Usage Examples
- "Send file securely"
- "Transfer file with code"
- "Receive encrypted file"
- "Magic wormhole transfer"
Installation
brew install psanford/tap/wormhole-william
Or via Go:
go install github.com/psanford/wormhole-william/...@latest
Examples
wormhole-william file send my-document.pdf
wormhole-william file send ./my-project/
wormhole-william file send photo.jpg --code-length 4
wormhole-william file receive 7-guitarist-revenge
wormhole-william file receive 7-guitarist-revenge --accept-file
wormhole-william _ _ send myfile.txt
wormhole-william _ _ receive my-code
Key Features