# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 2
# self = https://watcher.sour.is/conv/thobsoq
Release v3.3.0 - New theme and improved usability ยท Jacalz/rymdport

I've been playing around with this version of Rymdport, which is a cross-platform GUI for magic-wormhole, and it seems pretty nice. I've been able to send files between several different Linux computers as well as between a computer and my phone with it.

One really nice feature is the direct support for sending text snippets. This is a good way to "securely" send something like a password from one computer to another. I say "securely" because you still have to communicate the wormhole code to the recipient, which of course could be intercepted and abused. The upshot though is that (a) you will know if someone connected to and downloaded whatever it was you sent, which allows for some amount of tamper detection; (b) the connection, once established, transmits data and closes without you having to do anything special, so there's no chance that data is accidentally left available to the world.

The wormhole cli can receive text and sends it to stdout, so you'd probably want to do something more sensible with that if you send a password (like pipe it into a password manager or some other downstream receiver).
I tried it on Windows 10 but it failed with a weird error. Rymdport 3.2.0 seems to work fine on Windows 10 (it does for me anyway).