A small python server that accepts requests from an apple shortcut to allow sharing all sorts of media from iOS. It allows sending content right from the share sheet - similar to AirDrop between Apple Devices
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Use arrow function instead using .bind() for function(). For example: this.connect('button-press-event', function (display, action, deviceId, timestamp) { // ... }.bind(this)); will be: this.connect('button-press-event', (display, action, deviceId, timestamp) => { // this will be available here });