mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 00:01:03 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/wormhole
Normal file
21
tldr/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