You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use wormhole to exchange addresses and authentication data when linking two peers over tor. It seems to make most sense to send the data over the wormhole as a message, rather than as a file, since it's short and sensitive.
But, wormhole receive outputs the message, including "Enter receive wormhole code:" to stdout. I suggest making all such stuff be sent to stderr, so that stdout can be captured to get the whole message and nothing else.
The text was updated successfully, but these errors were encountered:
This should leave stdout clean for use in `foo | wormhole send --text=-` and
`wormhole rx CODE >foo`, although the forms that want interactive code entry
probably won't work that way.
closes#99
I want to use wormhole to exchange addresses and authentication data when linking two peers over tor. It seems to make most sense to send the data over the wormhole as a message, rather than as a file, since it's short and sensitive.
But, wormhole receive outputs the message, including "Enter receive wormhole code:" to stdout. I suggest making all such stuff be sent to stderr, so that stdout can be captured to get the whole message and nothing else.
The text was updated successfully, but these errors were encountered: