mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 08:59:16 +00:00
Update cheatsheets
This commit is contained in:
21
wormhole
Normal file
21
wormhole
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user