Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T02:21:56.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:51:31.247Z (3 months ago)
- Topics: applescript, automation, jxa, mac, macos, macosx
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 14
- Watchers: 3
- 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