README: mention new send-directory feature
This commit is contained in:
parent
cbbbe2014a
commit
085b28f97d
|
@ -5,9 +5,10 @@ Get things from one computer to another, safely.
|
||||||
|
|
||||||
This package provides a library and a command-line tool named `wormhole`,
|
This package provides a library and a command-line tool named `wormhole`,
|
||||||
which makes it possible to get short pieces of text (and arbitrary-sized
|
which makes it possible to get short pieces of text (and arbitrary-sized
|
||||||
files) from one computer to another. The two endpoints are identified by
|
files and directories) from one computer to another. The two endpoints are
|
||||||
using identical "wormhole codes": in general, the sending machine generates
|
identified by using identical "wormhole codes": in general, the sending
|
||||||
and displays the code, which must then be typed into the receiving machine.
|
machine generates and displays the code, which must then be typed into the
|
||||||
|
receiving machine.
|
||||||
|
|
||||||
The codes are short and human-pronounceable, using a phonetically-distinct
|
The codes are short and human-pronounceable, using a phonetically-distinct
|
||||||
wordlist. The receiving side offers tab-completion on the codewords, so
|
wordlist. The receiving side offers tab-completion on the codewords, so
|
||||||
|
@ -105,6 +106,7 @@ provide information about alternatives.
|
||||||
|
|
||||||
* `wormhole send --text TEXT`
|
* `wormhole send --text TEXT`
|
||||||
* `wormhole send FILENAME`
|
* `wormhole send FILENAME`
|
||||||
|
* `wormhole send DIRNAME`
|
||||||
* `wormhole receive`
|
* `wormhole receive`
|
||||||
|
|
||||||
Both commands accept:
|
Both commands accept:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user