sooperclip 1.0.5
I have always wanted to be able to just copy and paste a file between hosts, so here is a little npm package you can use to do that, provided you have an AWS profile configured on each of said hosts.
https://www.npmjs.com/package/sooperclip
Instructions are in the readme, but to recap here...
Configuration:
sudo npm install -g sooperclip
# Then run clip the first time to configure it...
clip
Then to use it:
clip copy test-file.txt
clip paste test-file.txt
# That's all there is to it