https://github.com/larryv/applescripts
Little utilities written in AppleScript and JavaScript for Automation (JXA)
https://github.com/larryv/applescripts
applescript automation jxa mac macos macosx
Last synced: about 1 year ago
JSON representation
Little utilities written in AppleScript and JavaScript for Automation (JXA)
- Host: GitHub
- URL: https://github.com/larryv/applescripts
- Owner: larryv
- License: mit
- Created: 2013-06-20T22:10:49.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T02:21:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T18:37:57.054Z (about 1 year ago)
- Topics: applescript, automation, jxa, mac, macos, macosx
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
README
======
Little utilities that I've written in AppleScript and JavaScript for
Automation (JXA) [1].
While most OSA [2] script runners can directly handle .applescript
files, I expect that few (if any) support .js files. Any of these
scripts can be run directly using osascript(1) or compiled using
osacompile(1). (The `compile` script is a convenience wrapper for the
latter.)
1. https://developer.apple.com/library/archive/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/Articles/Introduction.html
2. https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptX/Concepts/osa.html