Files
cheatsheet-tldr/tldr/wormhole
2025-11-26 00:20:44 +00:00

26 lines
504 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# wormhole
> Get things from one computer to another, safely.
> More information: <https://magic-wormhole.readthedocs.io/en/latest/welcome.html#cli-tool>.
- Send a file:
`wormhole send {{path/to/file}}`
- Receive a file:
`wormhole receive {{wormhole_code}}`
- Send raw text interactively:
`wormhole send`
- Send a file with a custom code phrase:
`wormhole send --code {{custom_code}} {{path/to/file}}`