andywer / ideabox

Place to collect techy ideas and get feedback.
1 stars 1 forks source link

CLI tool to easily securely transfer files between computers #19

Open andywer opened 6 years ago

andywer commented 6 years ago

Probably with a tiny service running on the internet to ease pairing of the machines.

Something like:

# Machine A:
$ npx share .env
Run on the other machine:
  $ npx share pull 1234ABC
Waiting for remote machine to join...

# Machine B:
$ npx share pull 1234ABC
Connected. Downloading file .env (350 B)...
<cli spinner>

Technical considerations

Potential advanced features

Prior art