1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 13:15:23 +02:00
tldr/pages/common/wormhole.md
Managor 617985a5c2
wormhole: add example (#16277)
* Update wormhole.md

* Update wormhole.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-01 03:05:17 +03:00

20 lines
365 B
Markdown

# 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}}`