HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wormhole — Get things from one computer to another, safely. More information: <https://magic-wormhole.readthedo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thingscomputercommandfromcliwormholegetone

Problem

How to use the wormhole command: Get things from one computer to another, safely. More information: <https://magic-wormhole.readthedocs.io/en/latest/welcome.html#cli-tool>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/wormhole

Revisions (0)

No revisions yet.