An open API service indexing awesome lists of open source software.

https://github.com/brightdigit/jurlnal

Sample Application using ScriptingBridge and Swift to copy URLs from Safari Windows to the clipboard.
https://github.com/brightdigit/jurlnal

applescript macos safari swift xcode

Last synced: 11 months ago
JSON representation

Sample Application using ScriptingBridge and Swift to copy URLs from Safari Windows to the clipboard.

Awesome Lists containing this project

README

          

# jURLnal

[![Travis](https://img.shields.io/travis/brightdigit/jURLnal.svg?style=flat-square)](https://travis-ci.org/brightdigit/jURLnal)
[![Analytics](https://ga-beacon.appspot.com/UA-33667276-5/brightdigit/jURLnal?flat&useReferer)](https://github.com/igrigorik/ga-beacon)

Sample Application using ScriptingBridge and Swift to copy URLs from Safari Windows to the clipboard.

![Screenshot](assets/screen-shot.jpg)

This app uses ScriptBridging and [SwiftScripting](https://github.com/tingraldi/SwiftScripting) to talk to the AppleScript Safari API using only Swift.

For reference see the [blog post here](http://brightdigit.com/blog/17/06/09/scriptingbridge-with-swift-communicating-with-apps-using-applescript-and-swift/).