Comment on Show HN: ICanHazData – Data URI Swiss Army KnifeparentComments−pvsnp9yHow about this in OSX? echo "data:$(file -b --mime-type filename);base64,$(base64 filename)" | pbcopyor for linux, your favorite variant of pbcopy using xsel or xcopy?Not to say this isn't a great tool.
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.