Open woodruffw opened 1 year ago
@woodruffw sure, that'd be great to have. Please feel free to add support for it! Just out of curiosity, what use cases do you have in mind?
Glad to hear it! I'll poke around and try to add support tonight or tomorrow night.
Just out of curiosity, what use cases do you have in mind?
I have my own little password manager, and I'd like to be able to AirDrop passwords from my desktop to my phone and other devices: https://github.com/woodruffw/kbs2/issues/234
I'm still not 100% sure if this is the best way to accomplish that, but I'm happy to add the feature regardless :slightly_smiling_face:
Hi i want to use this in zsh : find . -name ".flac" | airdrop - but I have a usage error and with airdrop - < find . -name ".flac" I have zsh: no such file or directory: find
First of all, thanks for this tool! It looks very useful, and I'd love to integrate it into some of my projects.
I see that support for files and URLs are currently supported, but the underlying
NSSharingService
API should work with anything that implementsNSPasteboardWriting
, which includes things things likeNSString
s.Give that: would you be interested in support for sending arbitrary strings and/or treating
-
asstdin
so that it could be streamed in? If so, I'm happy to try and add support for that.