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.
- Host: GitHub
- URL: https://github.com/brightdigit/jurlnal
- Owner: brightdigit
- License: mit
- Created: 2017-06-03T01:55:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T23:33:55.000Z (over 8 years ago)
- Last Synced: 2025-04-01T09:51:19.275Z (12 months ago)
- Topics: applescript, macos, safari, swift, xcode
- Language: Swift
- Homepage: http://brightdigit.com/blog/17/06/09/scriptingbridge-with-swift-communicating-with-apps-using-applescript-and-swift/
- Size: 79.1 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jURLnal
[](https://travis-ci.org/brightdigit/jURLnal)
[](https://github.com/igrigorik/ga-beacon)
Sample Application using ScriptingBridge and Swift to copy URLs from Safari Windows to the clipboard.

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/).