We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# dot at the end wormhole send . # multiple files wormhole send file1 file2 file3
This could send all files in current directory (".") or specified files as a tar archive named "wormhole-multifile.tar".
tar
And on the receiving end client could propose to unpack the archive automatically.
"Looks like you've receiving a multipack archive, do you want to unpack it automatically?"
Manually tarring and untarring with wormhole is not convenient.
wormhole
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What changes would you like?
This could send all files in current directory (".") or specified files as a
tar
archive named "wormhole-multifile.tar".And on the receiving end client could propose to unpack the archive automatically.
"Looks like you've receiving a multipack archive, do you want to unpack it automatically?"
Any extra information?
Manually tarring and untarring with
wormhole
is not convenient.The text was updated successfully, but these errors were encountered: