An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          







AppleScript Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Bronze

---------------

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)

---------------