{"id":13473237,"url":"https://github.com/kevin-funderburg/AppleScripts","last_synced_at":"2025-03-26T17:32:23.820Z","repository":{"id":41129243,"uuid":"290742260","full_name":"kevin-funderburg/AppleScripts","owner":"kevin-funderburg","description":"My collection of AppleScripts I've developed or acquired over the years.","archived":false,"fork":false,"pushed_at":"2021-12-22T00:57:00.000Z","size":21492,"stargazers_count":221,"open_issues_count":2,"forks_count":26,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-30T05:26:45.384Z","etag":null,"topics":["alfred","applescript","automation","bettertouchtool","example","keyboard-maestro","keyboard-shortcuts","script-debugger","scripting","typinator"],"latest_commit_sha":null,"homepage":"","language":"AppleScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevin-funderburg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-27T10:10:15.000Z","updated_at":"2024-10-27T23:06:29.000Z","dependencies_parsed_at":"2022-07-10T02:16:03.508Z","dependency_job_id":null,"html_url":"https://github.com/kevin-funderburg/AppleScripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-funderburg%2FAppleScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-funderburg%2FAppleScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-funderburg%2FAppleScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-funderburg%2FAppleScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevin-funderburg","download_url":"https://codeload.github.com/kevin-funderburg/AppleScripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245702541,"owners_count":20658632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alfred","applescript","automation","bettertouchtool","example","keyboard-maestro","keyboard-shortcuts","script-debugger","scripting","typinator"],"created_at":"2024-07-31T16:01:01.999Z","updated_at":"2025-03-26T17:32:22.760Z","avatar_url":"https://github.com/kevin-funderburg.png","language":"AppleScript","funding_links":[],"categories":["AppleScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e \u003cimg src=\"./imgs/script.png\"\u003e \u003c/p\u003e\n\n# My AppleScripts\n\nCollection of AppleScripts I've developed or acquired over the years. Some are great as standalone scripts while others are great for incorporation with others.\n\n\u003e This repo is in continuous development and will be updated as scripts are developed (and as I have time).\n\n\u003c!--\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eTable of Contents\u003c/strong\u003e (click to expand)\u003c/summary\u003e --\u003e\n\n\u003c!-- TOC depthFrom:2 --\u003e\n\n- [My AppleScripts](#my-applescripts)\n  - [About](#about)\n  - [Contents](#contents)\n    - [Application Scripts](#application-scripts)\n    - [Global Scripts](#global-scripts)\n    - [Scripts for Script Development](#scripts-for-script-development)\n    - [Icon Key](#icon-key)\n    - [Shortcut key symbols](#shortcut-key-symbols)\n  - [Tools](#tools)\n  - [Tips](#tips)\n    - [Keep Scripts In Sync Using Aliases](#keep-scripts-in-sync-using-aliases)\n    - [Make a Hyperkey](#make-a-hyperkey)\n  - [Resources](#resources)\n    - [My Favorite AppleScripters](#my-favorite-applescripters)\n    - [My Favorite Tutorials](#my-favorite-tutorials)\n  - [Licensing \u0026 thanks](#licensing--thanks)\n  - [To-Do](#to-do)\n\n\u003c!-- /TOC --\u003e\n\u003c!-- \u003c/details\u003e --\u003e\n\n\u003ca id=\"about\"\u003e\u003c/a\u003e\n\n## About\n\nThis repo was created for two main reasons.\n\n1. Provide others with useful scripts for automating their workflow on macOS.\n2. As a tool for AppleScript education by providing example scripts, tools, tips and AppleScript resources.\n\nWith some exceptions, almost all these scripts are executable by themselves via the [Script Menu][klsie781]. However, I generally turn to third party automation apps to execute them, including [Keyboard Maestro][kmapp], [Alfred][alfredapp], [BetterTouchTool][bttapp] and [Hazel][hazelapp].\n\n- **Notes on formatting**\nFor those who are unaware, the standard file format for AppleScripts is `.scpt` or `.scptd`, but these file types are not readable on GitHub, so for readability's sake, all these scripts have been exported as a `.applescript` file (which is just a text file). So if you were wondering about the file type, this is the reason.\n\n- Many of these scripts depend on this [script library][kevinslib] I developed, so if you see the following line at the top of the script, make sure you get that library and place it into `~/Library/Script Libraries` otherwise the script is non-functional.\n\n```AppleScript\nuse kl : script \"Kevin's Library\"\n```\n\n## Contents\n\nI've divided the scripts into 3 sections:\n\n1. **Application Scripts** - Scripts designed for use in a specific application.\n2. **Global Scripts** - Scripts that are meant to be executed in any application.\n    - _NOTE_: There are scripts here that are specific to an application but are meant to executed globally, so the scripts in the Application Scripts section with the globe icon ( :earth_americas: ) next to them imply global scope for that specific application.\n3. **Scripts for Script Development** - These scripts are useful handlers that can be copied into scripts or into a script library that makes scripting much simpler.\n\nClicking the name of the script will show you the script directly, but **make sure to view the README for each section** by clicking the title of the section to see instructions/explanations/demos.\n\n\u003e Although not needed, the shortcut keys I use to execute these via [Keyboard Maestro][kmapp] or [Alfred][alfredapp] are included in case your're interested\n\n### Application Scripts\n\n| Application                | Scripts                                           | \u003ci\u003e\u003c/i\u003e                   | Shortcut Key                                     |\n| -------------------------- | ------------------------------------------------- | ------------------------- | ------------------------------------------------ |\n| **[Alfred][alf]**          | [Show Recent Files for Front App][a345fg38]       | :earth_americas: :cinema: | \u003ckbd\u003ehyperkey\u003c/kbd\u003e\u003ckbd\u003eO\u003c/kbd\u003e                  |\n| \u003ci\u003e\u003c/i\u003e                    | [Browse Current Workflow in Alfred][6274c240]     | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003eR\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[BetterTouchTool][btt]** | [BetterTouchTool Library][ej8172hf]               | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Finder][finder]**       | [Copy Path as Alias][02e5746e]                    | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eC\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Go to Custom Folder][fb40138e]                   | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003etoo many to list\u003c/kbd\u003e                      |\n| \u003ci\u003e\u003c/i\u003e                    | [Monthly Cleanups][2f34cbb7]                      | :camera:                  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | [Open Selection in iTerm][8fea9aa4]               | :cinema:                  | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eT\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[iTerm][iterm]**         | [Copy Text and Send to iTerm][9badd7b8]           | :earth_americas:          | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eT\u003c/kbd\u003e |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Keyboard Maestro][km]** | [Edit Linked or In-Line AppleScript][3034f6a6]    | :cinema:                  | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eE\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Add\\|Remove Status Menu Trigger][8111e7c4]       | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eS\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Collapse All Desired Actions][a0794034]          | :cinema:                  | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e[\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Copy Macro's AppleScript Trigger][4945c497]      | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eC\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Edit Last Executed Macro][8265051f]              | :earth_americas:          | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eE\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Edit Macro Group of Front App][bca5fefd]         | :earth_americas:          | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eK\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Go To Executed Macro][4355277b]                  | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eG\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Recursively Get Every Action][jf9jsn87]          | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | [Renumber Macro Prefix Numbers][7037aad4]         | :camera:                  | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e3\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Run Current Macro][8cbb891d]                     | :earth_americas:          | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eR\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Mail][mail]**           | [Set Color of Text][d1529523]                     | :cinema: :camera:         | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003e(C)olor\u003c/kbd\u003e       |\n| \u003ci\u003e\u003c/i\u003e                    | [Make Mail URL][63ba2f90]                         | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eU\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Mark All Inbox Messages as Read][48cdab2f]       | :earth_americas:          | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | [Show Message][9c348c76]                          | :earth_americas: :camera: | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Markdown][md]**         | [Insert Markdown Style Buttons][b89f4ac4]         | :camera:                  | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eH\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[OmniFocus][omnif]**     | [Push Due Date][c82d4171]                         | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eD\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Set Duration][aaf5d91c]                          | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003e1-9\u003c/kbd\u003e           |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Safari][saf]**          | [Close Left Tab][6de3c825]                        | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e[\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Close Right Tab][2f774cb3]                       | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e]\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Duplicate Tab][74151e54]                         | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eD\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Do Javascript Handler][3d850154]                 | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | [Show\\|Create Tab][225bf283]                      | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Script Debugger][sdb]** | [Duplicate Tab][ff203baf]                         | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003eF7\u003c/kbd\u003e                                    |\n| \u003ci\u003e\u003c/i\u003e                    | [Handler Tester][9b6bdfdc]                        | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003eF6\u003c/kbd\u003e                                    |\n| \u003ci\u003e\u003c/i\u003e                    | [Insert Dynamic Handler Description][h78j5f3s]    | :cinema:                  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | [Open Used Script Libraries][3c961777]            | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eO\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                    | [Run Front Script][u76g4ds3]                      | :earth_americas:          | \u003ckbd\u003ehyperkey\u003c/kbd\u003e\u003ckbd\u003eR\u003c/kbd\u003e                  |\n| \u003ci\u003e\u003c/i\u003e                    | [Duplicate for GitHub][ea9fb946]                  | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                    | [Save As Text Script][98e99d57]                   | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eS\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Save a Copy of Front Script as Text][5ecfae32]   | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eS\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                    | [Toggle Minimal View][3a899b61]                   | \u003ci\u003e\u003c/i\u003e                   | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eM\u003c/kbd\u003e |\n| \u003ci\u003e\u003c/i\u003e                    | \u003ci\u003e\u003c/i\u003e                                           | \u003ci\u003e\u003c/i\u003e                   | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Typinator][typ]**       | [Edit Last Expanded Rule][e918395c]               | :earth_americas::camera: | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eE\u003c/kbd\u003e |\n| \u003ci\u003e\u003c/i\u003e                    | [New Snippet from Clipboard\\|Selection][1172c96a] | :earth_americas:          | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eN\u003c/kbd\u003e |\n| **[zoom][zm]**             | [Toggle Mute][hdjkasdf]                           | :earth_americas:          | \u003ci\u003e\u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003espace\u003c/kbd\u003e\u003c/i\u003e  |\n| \u003ci\u003e\u003c/i\u003e                    | [Toggle Video][ndhjskas]                          | :earth_americas:          | \u003ci\u003e\u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003espace\u003c/kbd\u003e\u003c/i\u003e  |\n\n\n[alf]: ./Alfred\n[a345fg38]: ./Alfred/Show-Recent-Files-for-Front-App.applescript\n[6274c240]: ./Alfred/Browse-Current-Workflow-in-Alfred.applescript\n[btt]: ./BetterTouchTool\n[ej8172hf]: ./BetterTouchTool/BetterTouchTool-Library.applescript\n[finder]: ./Finder\n[02e5746e]: ./Finder/Copy-Path-as-Alias.applescript\n[fb40138e]: ./Finder/Go-to-Custom-Folder.applescript\n[2f34cbb7]: ./Finder/Monthly-Cleanups.applescript\n[8fea9aa4]: ./Finder/Open-Selection-in-iTerm.applescript\n[iterm]: ./iTerm\n[9badd7b8]: ./iTerm/Copy-Text-and-Send-To-iTerm.applescript\n[km]: ./Keyboard-Maestro\n[3034f6a6]: ./Keyboard-Maestro/Edit-Linked-or-In-Line-AppleScript.applescript\n[8111e7c4]: ./Keyboard-Maestro/Add|Remove-Status-Menu-Trigger.applescript\n[a0794034]: ./Keyboard-Maestro/ollapse-All-[Pause|Type|Execute|Cancel|Paste|Delete|Menu]-Actions.applescript\n[4945c497]: ./Keyboard-Maestro/Copy-Front-Macros-AppleScript-Trigger.applescript\n[8265051f]: ./Keyboard-Maestro/Edit-Last-Executed-Macro.applescript\n[bca5fefd]: ./Keyboard-Maestro/Edit-Macro-Group-of-Front-App.applescript\n[4355277b]: ./Keyboard-Maestro/Go-To-Executed-Macro.applescript\n[jf9jsn87]: ./Keyboard-Maestro/Recursively-Get-Every-Action.applescript\n[7037aad4]: ./Keyboard-Maestro/Renumber-Macro-Prefix-Numbers.applescript\n[8cbb891d]: ./Keyboard-Maestro/Run-Current-Macro.applescript\n[mail]: ./Mail\n[d1529523]: ./Mail/Set-Color-of-Text.applescript\n[63ba2f90]: ./Mail/Make-Mail-URL.applescript\n[48cdab2f]: ./Mail/Mark-All-Inbox-Messages-as-Read.applescript\n[9c348c76]: ./Mail/Show-Messge.applescript\n[md]: ./Markdown\n[b89f4ac4]: ./Markdown/Insert-Markdown-Style-Buttons.applescript\n[omnif]: ./OmniFocus\n[c82d4171]: ./OmniFocus/Push-Due-Date.applescript\n[aaf5d91c]: ./OmniFocus/Set-Duration.applescript\n[saf]: ./Safari\n[6de3c825]: ./Safari/Close-Left-Tab.applescript\n[2f774cb3]: ./Safari/Close-Right-Tab.applescript\n[74151e54]: ./Safari/Duplicate-Tab.applescript\n[3d850154]: ./Safari/Do-Javascript-Handler.applescript\n[225bf283]: ./Safari/Show|Create-Tab.applescript\n[sdb]: ./Script-Debugger\n[ff203baf]: ./Script-Debugger/Duplicate-Tab.applescript\n[ea9fb946]: ./Script-Debugger/Duplicate-for-GitHub.applescript\n[9b6bdfdc]: ./Script-Debugger/Handler-Tester.applescript\n[h78j5f3s]: ./Script-Debugger/Insert-Dynamic-Handler-Description.applescript\n[3c961777]: ./Script-Debugger/Open-Used-Script-Libraries.applescript\n[u76g4ds3]: ./Script-Debugger/Run-Front-Script.applescript\n[98e99d57]: ./Script-Debugger/Save-As-Text-Script.applescript\n[5ecfae32]: ./Script-Debugger/Save-a-Copy-of-Front-Script-as-Text.applescript\n[3a899b61]: ./Script-Debugger/Toggle-Minimal-View.applescript\n[typ]: ./Typinator\n[e918395c]: ./Typinator/Edit-Last-Expanded-Rule.applescript\n[1172c96a]: ./Typinator/New-Snippet-From-Selection|Clipboard.applescript\n[zm]: https://zoom.us/\n\n\u003ca id=\"Global\"\u003e\u003c/a\u003e\n\n### Global Scripts\n\n| Context                          | Scripts                                            | \u003ci\u003e\u003c/i\u003e  | Shortcut Key                                     |\n| -------------------------------- | -------------------------------------------------- | -------- | ------------------------------------------------ |\n| **[Document Closers][c98jhawe]** | [Close All Un-Saved Documents][9a704632]           | :camera: | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eW\u003c/kbd\u003e |\n| \u003ci\u003e\u003c/i\u003e                          | [Close All With Saving][3b80a0d2]                  | :camera: | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eW\u003c/kbd\u003e |\n| \u003ci\u003e\u003c/i\u003e                          | [Close All Without Saving][a5d8c9ea]               | :camera: | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eW\u003c/kbd\u003e |\n| \u003ci\u003e\u003c/i\u003e                          | [Close With Saving][d370f17e]                      | :camera: | \u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eW\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                          | [Close Without Saving][dec030b7]                   | :camera: | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003eW\u003c/kbd\u003e                         |\n| \u003ci\u003e\u003c/i\u003e                          | \u003ci\u003e\u003c/i\u003e                                            | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| **[System Control][sc]**         | [Restart AirPort Extreme][456bc1d1]                | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                          | [Toggle Bluetooth][25e6a902]                       | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                          | [Toggle Hazel][d2434bdc]                           | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                          | [Toggle Menu Bar Visibility][a517cb4f]             | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                          | [Toggle Screen Resolution][3458d554]               | \u003ci\u003e\u003c/i\u003e  | \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eF2\u003c/kbd\u003e            |\n| \u003ci\u003e\u003c/i\u003e                          | [Toggle WiFi][aa8be569]                            | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                          | \u003ci\u003e\u003c/i\u003e                                            | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| **[Various][global]**            | [Click Script Menu][d1c0746f]                      | \u003ci\u003e\u003c/i\u003e  | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e\u003ckbd\u003eS\u003c/kbd\u003e             |\n| \u003ci\u003e\u003c/i\u003e                          | [Get Keychain Access Passwords][eb8aab1d]          | \u003ci\u003e\u003c/i\u003e  | \u003ci\u003e\u003c/i\u003e                                          |\n| \u003ci\u003e\u003c/i\u003e                          | [Paste Safari URL With Title][1d8d603d]            | \u003ci\u003e\u003c/i\u003e  | \u003ckbd\u003ehyperkey\u003c/kbd\u003e\u003ckbd\u003eU\u003c/kbd\u003e                  |\n| \u003ci\u003e\u003c/i\u003e                          | [Start\\|Stop Quicktime Screen Recording][a921fa5d] | \u003ci\u003e\u003c/i\u003e  | \u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003eQ\u003c/kbd\u003e             |\n\n\n[c98jhawe]: ./Document-Closers\n[9a704632]: ./Document-Closers/Close-All-Un-Saved-Documents.applescript\n[3b80a0d2]: ./Document-Closers/Close-All-With-Saving.applescript\n[a5d8c9ea]: ./Document-Closers/Close-All-Without-Saving.applescript\n[d370f17e]: ./Document-Closers/Close-With-Saving.applescript\n[dec030b7]: ./Document-Closers/Close-Without-Saving.applescript\n[sc]: ./System-Control\n[456bc1d1]: ./System-Control/Restart-AirPort-Extreme.applescript\n[25e6a902]: ./System-Control/Toggle-Bluetooth.applescript\n[a517cb4f]: ./System-Control/Toggle-Menu-Bar-Visibility.applescript\n[3458d554]: ./System-Control/Toggle-Screen-Resolution.applescript\n[d2434bdc]: ./System-Control/Toggle-Hazel.applescript\n[aa8be569]: ./System-Control/Toggle-WiFi.applescript\n[global]: ./Global\n[d1c0746f]: ./Global/Click-Script-Menu.applescript\n[eb8aab1d]: ./Global/Get-Keychain-Access-Passwords.applescript\n[1d8d603d]: ./Global/Paste-Safari-URL-With-Title.applescript\n[a921fa5d]: ./Global/Start|Stop-Quicktime-Screen-Recording.applescript\n[nh8765gf]: ./Global/Play|Pause-Apple-TV.applescript\n[hdjkasdf]: ./Global/zoom-toggle-mute.applescript\n[ndhjskas]: ./Global/zoom-toggle-video.applescript\n* * *\n\n### Scripts for Script Development\n\n| Context                        | Scripts                             |\n| ------------------------------ | ----------------------------------- |\n| **[Text Utilities][jh7839dm]** | [Extract Between][f3fd3ca9]         |\n| \u003ci\u003e\u003c/i\u003e                        | [Search With Regex][4b6da3a9]       |\n| \u003ci\u003e\u003c/i\u003e                        | [Split Text][561dd09a]              |\n| \u003ci\u003e\u003c/i\u003e                        | [Transform Text][5748a92f]          |\n| \u003ci\u003e\u003c/i\u003e                        | {++JSON handlers++}                 |\n| \u003ci\u003e\u003c/i\u003e                        | \u003ci\u003e\u003c/i\u003e                             |\n| **File Utilities**             | [Get File Metadata][jdksl139]       |\n| \u003ci\u003e\u003c/i\u003e                        | \u003ci\u003e\u003c/i\u003e                             |\n| **[Various][jsklandu]**        | [Click at Mouse Location][jau3ndi8] |\n\n\n[jsklandu]: ./Script-Development\n[jh7839dm]: ./Script-Development/Text-Utilities\n[f3fd3ca9]: ./Script-Development/Text-Utilities/Extract-Between.applescript\n[4b6da3a9]: ./Script-Development/Text-Utilities/Search-with-Regex.applescript\n[561dd09a]: ./Script-Development/Text-Utilities/Split-Text.applescript\n[5748a92f]: ./Script-Development/Text-Utilities/Transform-Text.applescript\n[jdksl139]: ./Get-File-Metadata.applescript\n[jau3ndi8]: ./Script-Development/Click-at-Mouse-Location.applescript\n\n* * *\n\n### Icon Key\n\n| Icon             | Meaning                                         |\n| ---------------- | ----------------------------------------------- |\n| :cinema:         | script has a gif demo in its section's README   |\n| :camera:         | script has a screenshot in its section's README |\n| :tv:             | video to watch                                  |\n| :earth_americas: | script is executed globally for a specific app  |\n\n### Shortcut key symbols\n\n| Symbol              | Key                                                                      |\n| ------------------- | ------------------------------------------------------------------------ |\n| \u003ckbd\u003e⌘\u003c/kbd\u003e        | \u003ckbd\u003ecommand\u003c/kbd\u003e                                                       |\n| \u003ckbd\u003e⌥\u003c/kbd\u003e        | \u003ckbd\u003eoption\u003c/kbd\u003e                                                        |\n| \u003ckbd\u003e⌃\u003c/kbd\u003e        | \u003ckbd\u003econtrol\u003c/kbd\u003e                                                       |\n| \u003ckbd\u003e⇧\u003c/kbd\u003e        | \u003ckbd\u003eshift\u003c/kbd\u003e                                                         |\n| \u003ckbd\u003ehyperkey\u003c/kbd\u003e | \u003ckbd\u003ecommand\u003c/kbd\u003e \u003ckbd\u003eoption\u003c/kbd\u003e \u003ckbd\u003econtrol\u003c/kbd\u003e \u003ckbd\u003eshift\u003c/kbd\u003e |\n\n* * *\n\n## Tools\n\n- **[Script Debugger][b7d3d0a1]** - By far the most valuable scripting tool. When I first started learning scripting with Script Editor, the process was slow and frustrating. With Script Debugger I learned 100 times faster and understood everything much easier.\n- **[UI Browser][733e1356]** - Invaluable tool for UI scripting. UI scripting is brutal on its own, and slightly less brutal with the Accessibility Inspector, but UI Browser makes it so much simpler, I tried it once and knew I had to get it.\n- **[JSON Helper][vb5342sx]** - Makes working with JSON so much simpler, incredibly useful and **free**!\n- **[Location Helper][f83kch8s]** - Find your geo code location in a snap, and for **free**!\n- **[Dash][ba330e94]** - Fantastic tool for API browsing, after installation go to `Preferences` \u003e `Downloads` and install the AppleScript docset to have blazing fast access to AppleScript documentation, plus its **free**!\n- **IDE Extensions** (I do all my script writing in Script Debugger but most of my Markdown stuff in [VS Code][jsla8872] or [Atom][[23ce9ea9]] or so these are very useful.)\n  - VSCode Extensions:\n    - [AppleScript][038e5f13] - allows AppleScript syntax and the ability to build and run AppleScripts.\n  - Atom Packages\n    - [atom-applescript][ebc1bce1] - adds language support to Atom so you can view AppleScript syntax\n    - [build-osa][81efcc24] - Lets you build and execute AppleScripts from Atom.\n- **[Alfred Workflows][alfredapp]**\n  - [AppScripts][7059c39d] - List, search and run/open AppleScripts for the active application\n  - [KeyCodes][f4cf643d] - Great for UI scripting where you need to type a non-character key. Lets you find AppleScript key codes in an instant by typing `kc [\u003ckey name\u003e]`.\n    - If you don't have Alfred then bookmark [Complete list of AppleScript key codes][84203753]\n- **[Keycue][3383effc]** - I use this more for Keyboard Maestro, but it's a great app for quickly looking up keyboard shortcuts for macros or menu items.\n\n[b7d3d0a1]: https://latenightsw.com/\n[d9ca98d8]: https://pfiddlesoft.com/uibrowser/\n[ba330e94]: https://kapeli.com/dash\n[jsla8872]: https://code.visualstudio.com/\n[23ce9ea9]: https://atom.io/\n[038e5f13]: https://marketplace.visualstudio.com/items?itemName=idleberg.applescript\n[ebc1bce1]: https://github.com/franzheidl/atom-applescript\n[81efcc24]: https://github.com/idleberg/atom-build-osa\n[7059c39d]: https://github.com/deanishe/alfred-appscripts\n[f4cf643d]: http://www.packal.org/workflow/keycodes\n[84203753]: https://eastmanreference.com/complete-list-of-applescript-key-codes\n[3383effc]: https://www.ergonis.com/products/keycue/\n\n* * *\n\n## Tips\n\n### Keep Scripts In Sync Using Aliases\n\nIn order for scripts to be accessible via the Script Menu, scripts must be stored in `~/Library/Scripts`, but if you like to keep your scripts synced between devices, this location is a pain. I used to have a [Hazel][hazelapp] rule set up to sync `~/Library/Scripts` to Dropbox that worked fine for years, but I didn't like all the extra processing needed to sync and worse yet I had 2 copies of every script which was messy and got confusing.\n\nI realized later that moving all my scripts to `~/Dropbox/Library/Scripts` then creating an alias to that location and moving it `~/Library` allows for my scripts to be stored in Dropbox, and still be accessible in the Script Menu!\n\u003e This method works exactly as well with the `~/Library/Script Libraries` folder.\n\nHere's a screenshot of what it looks like in Finder.\n\n![aliasDemo](./imgs/aliasPath.png)\n\n**How to do it:**\n\n1. **Make a backup** of the folder your moving to your Desktop just in case you mess up.\n2. I recommend having the same folder structure in Dropbox so make the folder `~/Dropbox/Library/`\n3. Copy the folder you want to sync (`~/Library/Scripts/` or `~/Library/Script Libraries/`) and paste into the `~/Dropbox/Library/` folder you made.\n4. Delete the original folder you copied from `~/Library/`\n5. Select the folder you pasted into `~/Dropbox/Library/` then click `File` \u003e `Make Alias`\n6. Move the resulting alias back to `~/Library/`. The result will be like `~/Library/Scripts alias` so rename the alias by removing the \" alias\" part so it looks like `~/Library/Scripts` and you're good to go!\n\n- **NOTE**: Symlinks don't work for this method, I originally tried the following command which did make an alias, but then the scripts weren't accessible via the Script Menu.\n\n    ```shell\n    ln -s ~/Library/Scripts ~/Dropbox/Library/Scripts/\n    ```\n\n### Make a Hyperkey\n\nThe \u003ckbd\u003ecaps lock\u003c/kbd\u003e key is a borderline useless key for a decent typist, but what's great about Macs is that we can change that. By a few adjustments in `System Preferences` and installing the free software [Karabiner][0896dcbc], we can turn that useless key into a extremely useful \u003ckbd\u003ehyperkey\u003c/kbd\u003e.\n\nHyperkey just means that the \u003ckbd\u003ecaps lock\u003c/kbd\u003e key will emulate holding down \u003ckbd\u003e⌘\u003c/kbd\u003e\u003ckbd\u003e⌃\u003c/kbd\u003e\u003ckbd\u003e⌥\u003c/kbd\u003e\u003ckbd\u003e⇧\u003c/kbd\u003e at the same time, and since no application would use such a combination of keys to execute a command, this makes a whole new modifier key for us to implement.\n\n**How to do it:**\n\n1. Download [Karabiner][0896dcbc]\n2. Go to `System Preferences` \u003e `Keyboard` and click on `Modifier Keys...` and make it look like this\n![keyboardprefs](./imgs/karabiner-keyboard-prefs.png)\n3. Launch the `Karabiner-Elements` app\n4. Click the `Complex Modifications` button and click the `Add Rule` button to install the hyperkey mod. You can see the mods I use below.\n\n![karabinerMods](./imgs/karabiner-mods.png)\n\nAnd that's it! Now you have the super useful \u003ckbd\u003ehyperkey\u003c/kbd\u003e!\n\n\u003e Note that one of the mods I use to toggle \u003ckbd\u003ecaps lock\u003c/kbd\u003e is to click both \u003ckbd\u003eshift\u003c/kbd\u003e keys at the same time for those rare cases when I need it. \n\n* * *\n\n## Resources\n\n- [AppleScript Language Guide][ude4571a] - Necessary for efficient script development, explains everything about how to script with AppleScript. (I highly recommend the [Dash][a2da41e8] version though, much faster and easier to use)\n- [Macscripter.net][196e4a85] - Forum for AppleScripters to post examples and ask questions. Definitely create a free account.\n- [‘Everyday AppleScriptObjC’ Third Edition][0cb12c89] - Aimed at the more experienced scripter, but it's a great tool for those interested in expanding scripting power.\n\n### My Favorite AppleScripters\n\n- [Shane Staley][46ffdc6e] (unofficial king of AppleScript)\n- [Mark Alldritt][b743c007] (developer of [Script Debugger][sdb])\n- [Christopher Stone][98d6806f]\n- [JMichaelTX][c4dd539b]\n- [ComplexPoint][15ef5898]\n\n[0896dcbc]: https://pqrs.org/osx/karabiner/\n[a2da41e8]: https://kapeli.com/dash\n[196e4a85]: https://macscripter.net/\n[0cb12c89]: https://macosxautomation.com/applescript/apps/everyday_book.html\n[46ffdc6e]: https://forum.latenightsw.com/u/shanestanley/summary\n[b743c007]: https://forum.latenightsw.com/u/alldritt/summary\n[98d6806f]: https://github.com/ccstone\n[c4dd539b]: https://forum.latenightsw.com/u/jmichaeltx/summary\n[15ef5898]: https://forum.latenightsw.com/u/ComplexPoint\n\n### My Favorite Tutorials\n\nTutorials I've bookmarked over the years that I've found particularly helpful or educational.\n\n | Context                | Link                                                                    | \u003ci\u003e\u003c/i\u003e |\n | ---------------------- | ----------------------------------------------------------------------- | ------- |\n | Safari Stuff           | [How to Fill Out Forms on Websites with AppleScript][15e87ba6]          | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [How to click a button on a Web Page with AppleScript][e6c7e35a]        | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [How to Extract Information From a Website Using AppleScript][6caf9661] | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [How to Select a Drop Down Menu With Applescript][300dea31]             | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [AppleScript Screen Scraping to Excel Example][a0a12163]                | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | \u003ci\u003e\u003c/i\u003e                                                                 | \u003ci\u003e\u003c/i\u003e |\n | Keyboard Maestro Stuff | [Using AppleScript to Get and Set Keyboard Maestro Variables][4210c7c0] | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [Scripting the Keyboard Maestro editor][5f9f87f1]                       | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | \u003ci\u003e\u003c/i\u003e                                                                 | \u003ci\u003e\u003c/i\u003e |\n | Script Debugger stuff  | [Tutorials \\| Late Night Software][99eede5e]                            | :tv:    |\n | \u003ci\u003e\u003c/i\u003e                | \u003ci\u003e\u003c/i\u003e                                                                 | \u003ci\u003e\u003c/i\u003e |\n | iWork                  | [iWork and Automation][dd23076d]                                        | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | \u003ci\u003e\u003c/i\u003e                                                                 | \u003ci\u003e\u003c/i\u003e |\n | Various                | [Date/Time Calculations using AppleScript][cac6f064]                    | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [Storing and Accessing Data with AppleScript][4fff2e7a]                 | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [AppleScript Power Handlers][6d31ed47]                                  | \u003ci\u003e\u003c/i\u003e |\n | \u003ci\u003e\u003c/i\u003e                | [Giving your AppleScripts a Face Lift with AppleScriptObjC][233c0938]   | :tv:    |\n | \u003ci\u003e\u003c/i\u003e                | \u003ci\u003e\u003c/i\u003e                                                                 | \u003ci\u003e\u003c/i\u003e |\n | Starting Out           | [AppleScript - The Language of Autoamtion][ed581bbc]                    | :tv:    |\n | \u003ci\u003e\u003c/i\u003e                | [Script Menu][klsie781]                                                 | :tv:    |\n\n[15e87ba6]: http://www.cubemg.com/how-to-fill-out-forms-on-websites-with-applescript/\n[e6c7e35a]: http://www.cubemg.com/how-to-click-a-button-on-a-web-page-with-applescript/\n[6caf9661]: http://www.cubemg.com/how-to-extract-information-from-a-website-using-applescript/\n[300dea31]: http://www.cubemg.com/how-to-select-a-drop-down-menu-with-applescript/\n[a0a12163]: http://www.cubemg.com/applescript-screen-scraping-to-excel-example/\n[4210c7c0]: https://wiki.keyboardmaestro.com/AppleScript\n[5f9f87f1]: https://wiki.keyboardmaestro.com/Scripting_the_Keyboard_Maestro_editor\n[99eede5e]: https://latenightsw.com/tutorials/\n[dd23076d]: https://iworkautomation.com/index.html\n[cac6f064]: https://erikslab.com/2007/11/26/date-time-calculations-using-applescript/\n[4fff2e7a]: http://preserve.mactech.com/articles/mactech/Vol.22/22.03/StoringandAccessingData/index.html\n[233c0938]: https://www.youtube.com/watch?v=HE5jFCfkD0w\u0026app=desktop\n[ed581bbc]: https://www.macosxautomation.com/applescript/video/moovs/AppleScriptSeminar.mp4\n[6d31ed47]: https://www.apeth.net/matt/unm/asph.html\n\n\n## Licensing \u0026 thanks\n\nThese scripts are released under the [MIT License][mit].\n\n\u003ca id=\"changelog\"\u003e\u003c/a\u003e\n\n\u003c!-- ## Changelog --\u003e\n\n- v1.0.0\n\n## To-Do\n\n- [X] Add more app categories\n- [X] Refine readme\n- [ ] Add icons to favorite scripts\n- [X] Add tips section\n- [X] Add karabiner tutorial\n- [X] Add descriptions to all the READMEs\n- [X] Add my Script Debugger clippings\n- [ ] Add JSON and plist handlers to script development section\n\n\u003c!-- External links --\u003e\n\n[alfredapp]: https://www.alfredapp.com/\n[bttapp]: https://folivora.ai/\n[kmapp]: https://www.keyboardmaestro.com/\n[hazelapp]: https://www.noodlesoft.com/\n[vb5342sx]: https://apps.apple.com/us/app/json-helper-for-applescript/id453114608?mt=12\n[f83kch8s]: https://apps.apple.com/us/app/location-helper/id488536386?mt=12\n[ude4571a]: https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html\n[klsie781]: https://iworkautomation.com/Script-Menu-720P.mov\n\u003c!-- My GitHub links --\u003e\n\n[kevinslib]: https://github.com/kevin-funderburg/AppleScript-libraries/blob/master/Kevin's%20Library.applescript\n\n\u003c!-- Sub directories --\u003e\n\n[gf]: ./imgs/gif.png\n[mit]: https://github.com/kevin-funderburg/AppleScripts/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-funderburg%2FAppleScripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevin-funderburg%2FAppleScripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-funderburg%2FAppleScripts/lists"}