larryv / applescripts

Little utilities written in AppleScript and JavaScript for Automation (JXA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Little utilities that I've written in AppleScript and JavaScript for Automation (JXA).

While most OSA 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.)

About

Little utilities written in AppleScript and JavaScript for Automation (JXA)

License:MIT License


Languages

Language:JavaScript 56.7%Language:AppleScript 38.2%Language:Shell 5.1%