mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 03:42:17 +00:00
22 lines
359 B
Plaintext
22 lines
359 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`
|