mirror of https://github.com/CrimsonTome/tldr.git
17 lines
277 B
Markdown
17 lines
277 B
Markdown
|
# wormhole
|
||
|
|
||
|
> Get things from one computer to another, safely.
|
||
|
> More information: <https://magic-wormhole.readthedocs.io/en/latest/>.
|
||
|
|
||
|
- Send a file:
|
||
|
|
||
|
`wormhole send {{path/to/file}}`
|
||
|
|
||
|
- Receive a file:
|
||
|
|
||
|
`wormhole receive {{wormhole_code}}`
|
||
|
|
||
|
- Send raw text:
|
||
|
|
||
|
`wormhole send`
|