Skip to content

roycetech/applescript-core

Repository files navigation

applescript-core

AppleScript Core Framework

A framework and collection of libraries for for writing AppleScripts that utilizes re-usability of components.

Project Description

AppleScript Core is a collection of wrapper AppleScripts that allows you to write automation AppleScripts faster and more efficiently.

For the more comprehensive documentation, see README-Full.md

Installation

Checkout this project: git clone https://github.com/roycetech/applescript-core Install into the user's Script Libraries: make install

Recommended 3rd party dependency

  • Install CliClick to allow simulating user mouse interactions. This is used only in few cases where the default click does not trigger UI controls .

Recommended AppleScript applications

  • Create Automator App - For easily creating AppleScript app wrapped by Automator that can be invoked via Spotlight.
  • Create Menu App - For easily creating stay-open app that can sit in the menu bar.

Individual Libraries may be installed as needed

License

MIT License

Copyright (c) [2024] [Royce Remulla]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.