Hacker News new | ask | show | jobs
by orf 3494 days ago
Ahh I see, I can imagine that being a pain (especially with the clipboard). Nice app!
1 comments

How about this in OSX? echo "data:$(file -b --mime-type filename);base64,$(base64 filename)" | pbcopy

or for linux, your favorite variant of pbcopy using xsel or xcopy?

Not to say this isn't a great tool.