Skip to content

Commit 2a61fc0

Browse files
committed
Update Readme
1 parent 6a3679b commit 2a61fc0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Features that are missing:
1717

1818
New features that exceed the other implementations:
1919

20-
- Can do direct connections across the internet and firewalls
20+
- Can do direct connections across the internet (NATs) and firewalls
21+
- Automatically copies your code to the clipboard
2122
- Port forwarding in addition to file transfer (experimental)
2223
- Send a file to multiple people (experimental)
2324

@@ -29,6 +30,12 @@ If you'd like to use Wormhole in your application, `cargo doc --open` will tell
2930

3031
If you don't fear touching code and want to contribute, `./src/lib.rs`, `./src/transfer.rs` and `./src/transit.rs` are rather easy to get into. The [protocol specification](https://github.com/magic-wormhole/magic-wormhole-protocols) will probably be useful to you.
3132

33+
## Applications using Wormhole Rust as library
34+
35+
- [Warp](https://gitlab.gnome.org/World/warp), a GUI client using Gtk
36+
37+
(feel free to add yours)
38+
3239
## License
3340

3441
This work is licensed under the EUPL v1.2 or later. Contact the owner(s) for use in proprietary software.

0 commit comments

Comments
 (0)