Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-03T03:21:25.000Z (over 1 year ago)
- Last Synced: 2024-12-09T16:14:04.333Z (28 days ago)
- Language: AppleScript
- Homepage:
- Size: 12.7 KB
- Stars: 23
- 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