https://github.com/orvn/applescript-utility-handlers
A drop-in library of modern AppleScript utility functions
https://github.com/orvn/applescript-utility-handlers
Last synced: 6 months ago
JSON representation
A drop-in library of modern AppleScript utility functions
- Host: GitHub
- URL: https://github.com/orvn/applescript-utility-handlers
- Owner: orvn
- License: apache-2.0
- Created: 2023-05-28T21:21:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T03:21:25.000Z (over 2 years ago)
- Last Synced: 2025-03-29T15:24:23.854Z (6 months ago)
- Language: AppleScript
- Homepage:
- Size: 12.7 KB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppleScript utility handlers
A small library of utility handlers, or functions, for use in modern AppleScript. This library is tested in recent versions of MacOS (Ventura).
The goal of this library is to provide an easy drop-in set of handlers that account for multiple cases, and at the very least catch errors in case of an issue. Much of the AppleScript on the internet comes from an outdated source, so it's often untested in the context of new MacOS.
### Roadmap
TODO
This is a work in progress, I'm currently adding my old AppleScript to the `lib.applescript` file and in the process of adjusting them for the new(er) MacOS.
- Add additional handlers
- Sort by category
- Provide usage docs
- Compile and provide binary file