https://github.com/anushadatta/learning-applescript
Data automation scripts.
https://github.com/anushadatta/learning-applescript
applescript learning-notes
Last synced: 5 months ago
JSON representation
Data automation scripts.
- Host: GitHub
- URL: https://github.com/anushadatta/learning-applescript
- Owner: anushadatta
- Created: 2020-11-08T15:56:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T07:14:19.000Z (about 5 years ago)
- Last Synced: 2025-03-30T15:26:25.285Z (10 months ago)
- Topics: applescript, learning-notes
- Language: AppleScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning AppleScript
AppleScript is a scripting language created by Apple Inc. that facilitates automated control over scriptable Mac applications.
This repository contains my own personal learning notes for AppleScript.
### References
* Beginning AppleScript, by Stephen G. Kochan
* AppleScript: The Definitive Guide, by Matt Neuburg
* AppleScript Developer Guide