An AppleScript so you can browse and send files to devices via Bluetooth from Alfred App. You will need Alfred and the Powerpack to use this.
To install Bluetooth Controls in Alfred double click on the extension file: Bluetooth Controls.alfredextension
Once installed with Alfred you can run the following commands
bt start :: To open or activate the Bluetooth Utility (can also use 'bt init')
bt quit :: To quit the application (can also use 'bt end' or 'bt kill')
bt send :: Open the bluetooth controls to choose a file to send
bt send /FILE/ :: To open the bluetooth controls to choose a device to send the file to
bt send /FILE/ to DEVICE :: To automatically send the specified file to the specified device
bt browse :: Open the bluetooth controls to select a device to browse
bt browse DEVICE :: Open the specified device to browse
$ bt send
$ bt send /Users/phpfunk/Music/sample.mp3
$ bt send /Users/phpfunk/Music/sample.mp3 to phpfunk's phone
$ bt browse
$ bt browse phpfunk's phone
$ bt kill
- Growl support added by pfbruno
- Commit: Initial Release