Skip to content

Commit

Permalink
Improved help and support for xclip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zi1mo5zo committed Nov 22, 2018
1 parent b45efe7 commit 36e8f2e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ipfs-wormhole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,25 @@ update)
cat <<EOM
Get things from one computer to another, safely. Over IPFS.
On machine A:
-------------
On machine A
------------
${0:-} send <filename>
# Will encrypt and add the file to IPFS, and output a tag (and copy it to the
# clipboard if xclip is installed)
On machine B:
-------------
On machine B
------------
${0:-} receive <tag>
# Will retrieve the file over IPFS, decrypt it and save it locally.
Update from github repo
-----------------------
${0:-} update
EOM
;;
esac

0 comments on commit 36e8f2e

Please sign in to comment.