I've done some #toolsharpening on this our Cooldown Wednesday.
I develop in tmux on a remote box over SSH and any time I've wanted to download a file to my Mac or copy a longer bit of text to my Mac, it's been painful.
I can now do
dl myfile.txt
to download files using iTerm fanciness:
https://github.com/henrik/dotfiles/commit/b4e9b07206bfdea2127d45c6cc7b8634245ec67e
And
echo foo | tcopy
to copy content to the Mac pasteboard, or ,y in Vim:
https://github.com/henrik/dotfiles/commit/858603a85fba8f4113470366aade08ad405282c5
















