magic-wormhole¶
Command line tool to send files to anyone.
- Deliciously simple UI
- I've not investigated in depth yet
Ideas¶
- Use
.wormhole/
directory in projects to receive contributions from other machines for that dir. Globally Git Ignore .wormhole
Self Hosted¶
- Magic Wormhole Mailbox Server (github.com): Main server Magic-Wormhole clients connect to.
- Magic Wormhole Transit Relay (github.com): Helps clients behind NAT establish bulk-data transit connections.
Quickstart (fedora-36)¶
$ sudo dnf install magic-wormhole
<snip >
$ echo wormhole > wormhole.text
$ wormhole send wormhole.text
Sending 9 Bytes file named 'wormhole.text'
Wormhole code is: 9-handiwork-upset
On the other computer, please run:
wormhole receive 9-handiwork-upset
macos¶
brew install magic-wormhole