https://github.com/scottgriv/applescript-greetings_program
A simple AppleScript program that will greet you depending on the string length of your name.
https://github.com/scottgriv/applescript-greetings_program
applescript greetings greetings-program
Last synced: 5 months ago
JSON representation
A simple AppleScript program that will greet you depending on the string length of your name.
- Host: GitHub
- URL: https://github.com/scottgriv/applescript-greetings_program
- Owner: scottgriv
- License: unlicense
- Created: 2023-09-20T03:55:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:05:47.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:32:28.802Z (about 1 year ago)
- Topics: applescript, greetings, greetings-program
- Language: AppleScript
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
AppleScript Greetings Program
A simple `AppleScript` program that will greet you depending on the string length of your name.
---------------
## Table of Contents
- [What is AppleScript?](#what-is-applescript)
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)
## What is AppleScript?
`AppleScript` is a scripting language created by Apple Inc. that facilitates automated control over scriptable Mac applications. First introduced in System 7, it is currently included in all versions of macOS as part of a package of system automation tools. The term "AppleScript" may refer to the language itself, to an individual script written in the language, or, informally, to the macOS Open Scripting Architecture that underlies the language.
## Getting Started
1. Double click the `GreetingScript.scpt` file on a Mac machine.
2. Click the `Run` button in the Script Editor window.
3. Enter your name in the prompt and click `OK`.
3. View the output.
## Resources
- [AppleScript](https://en.wikipedia.org/wiki/AppleScript)
- [AppleScript Language Guide](https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html#//apple_ref/doc/uid/TP40000983-CH208-SW1)
## License
This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.
## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)
**Website:** [linktr.ee/scottgriv](https://www.linktr.ee/scottgriv)
**Reference:** [Main Branch](https://github.com/scottgriv/applescript-greetings_program)
---------------