Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotfu/applescripts
A collection of miscellaneous AppleScripts
https://github.com/kotfu/applescripts
Last synced: 8 days ago
JSON representation
A collection of miscellaneous AppleScripts
- Host: GitHub
- URL: https://github.com/kotfu/applescripts
- Owner: kotfu
- License: mit
- Created: 2015-01-02T18:14:10.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2020-08-25T21:35:41.000Z (over 4 years ago)
- Last Synced: 2023-04-05T09:10:44.881Z (almost 2 years ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppleScripts
A collection of miscellaneous AppleScripts.
The AppleScript native file format is binary, and contains the text version of the script and a compiled version. This makes it difficult to view, compare, share, and edit these scripts using anything other that the AppleScript Editor. I have chosen to store all these scripts as plain text in the src directory. It's easy to version control them and compare differences, but it also means they need to be turned into real AppleScript files in order to use them.
To create usable script files, just type:
$ ./compilescripts
Then go look in the newly created `script` directory, and you will see all the binary script files which you can edit and run with Script Editor.To install the scripts, type:
$ ./installscripts
which will put all the scripts into the `Library/Scripts` folder in your home directory.
I use [LaunchBar](http://www.obdev.at/products/launchbar/index.html), and have added the `~/Library/Scripts` folder to my index, so that I can easily search for and run these scripts.