snippetbashTip
wormhole — Get things from one computer to another, safely. More information: <https://magic-wormhole.readthedo
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 sendSend 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 sendSend 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.