spieglt / FlyingCarpet

Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
GNU General Public License v3.0
3.6k stars 145 forks source link

Context menu entry on all file types #7

Closed Zero3K closed 4 years ago

Zero3K commented 6 years ago

It would be nice if it could set a context menu entry on all file types that would have one or more of them be sent via Flying Carpet.

spieglt commented 6 years ago

Not sure how doable this is with it being a Go project/the current GUI framework but will look into it.

Zero3K commented 6 years ago

Maybe you could include CLI support into the GUI version.

spieglt commented 6 years ago

The CLI version is on the releases page, though I don't think that makes context menu integration any easier unfortunately. That will have to be a C++/Windows API interaction I believe.