Files
cheatsheet-tldr/tldr/wormhole
2025-05-01 00:22:00 +00:00

26 lines
458 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>.
- Send a file:
`wormhole send {{path/to/file}}`
- Receive a file:
`wormhole receive {{wormhole_code}}`
- Send raw text:
`wormhole send`
- Send a file with a custom code phrase:
`wormhole send --code {{custom_code}} {{path/to/file}}`