mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
504 B
Plaintext
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}}`
|