You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 implements NSPasteboardWriting, which includes things things like NSStrings.
Give that: would you be interested in support for sending arbitrary strings and/or treating - as stdin so that it could be streamed in? If so, I'm happy to try and add support for that.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: