{"id":13572409,"url":"https://github.com/deanishe/alfred-appscripts","last_synced_at":"2025-04-24T00:31:01.951Z","repository":{"id":15787579,"uuid":"18526784","full_name":"deanishe/alfred-appscripts","owner":"deanishe","description":"Alfred workflow to search and run/open AppleScripts for the active application","archived":false,"fork":false,"pushed_at":"2021-04-29T20:00:20.000Z","size":2904,"stargazers_count":89,"open_issues_count":2,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T22:33:12.081Z","etag":null,"topics":["alfred","alfred-workflow","applescript","jxa","python","runner","scripts","search"],"latest_commit_sha":null,"homepage":"","language":"Python","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/deanishe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-07T17:42:38.000Z","updated_at":"2025-02-06T15:07:16.000Z","dependencies_parsed_at":"2022-07-16T07:16:15.351Z","dependency_job_id":null,"html_url":"https://github.com/deanishe/alfred-appscripts","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-appscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-appscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-appscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deanishe%2Falfred-appscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deanishe","download_url":"https://codeload.github.com/deanishe/alfred-appscripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539332,"owners_count":21447291,"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","alfred-workflow","applescript","jxa","python","runner","scripts","search"],"created_at":"2024-08-01T14:01:22.380Z","updated_at":"2025-04-24T00:31:01.165Z","avatar_url":"https://github.com/deanishe.png","language":"Python","funding_links":[],"categories":["Python","System"],"sub_categories":[],"readme":"\nAlfred AppScripts Workflow\n==========================\n\nList, search and run/open AppleScripts for the active application. You can also specify directories that contain scripts that will always be shown, regardless of the active application.\n\n![][demo]\n\n\nDownload\n--------\n\n**Note:** Version 3.0 and above are not compatible with Alfred 2.\n\nThe workflow can be downloaded from [GitHub releases][gh-releases] or from [Packal][packal].\n\n\nUsage\n-----\n\n- `.as [\u003cquery\u003e]` — Show/search list of AppleScripts for the active application\n\t- `↩` — Run the selected script.\n\t- `⌘+↩` — Open the selected script in Script Editor.\n\t- `⌥+↩` — Reveal the selected script in Finder.\n- `appscripts [\u003cquery\u003e]` — Show workflow configuration.\n    - `Help` – Open this file in your browser.\n    - `(No) Update Available` — Whether or not the workflow can be updated. Action the item to update or force an update check.\n    - `Search Directories Recursively` – Whether the script directories should be searched recursively. Use with some caution.\n    - `Edit Script Directories` — Open the configuration file in your default editor. The file contains a detailed description of how it works.\n    - `Reset to Defaults` — Delete configuration and cache files.\n\n\nWhere are these scripts?\n------------------------\n\nThe workflow comes with a default set of directories. These are defined in a settings file that you can edit yourself. Use the `Edit Script Directories` option in the configuration (keyword `appscripts`) to open the file in your editor.\n\nThese are the default directories. `{app_name}` will be replaced with the name of the currently active application, e.g. `BBEdit` or `OmniFocus`, and `{bundle_id}` with the application's bundle ID, e.g. `com.barebones.bbedit` or `com.omnigroup.OmniFocus2`:\n\n- `~/Library/Scripts/Applications/{app_name}`\n- `~/Library/Scripts/Applications/{bundle_id}`\n- `~/Library/Application Scripts/{app_name}`\n- `~/Library/Application Scripts/{bundle_id}`\n- `~/Library/Application Support/{app_name}/Scripts`\n- `~/Library/Application Support/{bundle_id}/Scripts`\n- `~/Library/Containers/{bundle_id}/Data/Library/Application Support/{app_name}/Scripts`\n\nAny `*.scpt`, `*.applescript`, `*.scptd` (script bundle) or `*.js` (JXA) files found within the above directories will be shown.\n\nIf you add a directory path that doesn't contain `{app_name}` or `{bundle_id}`, it will match every application and the scripts will always be shown. See the settings file (`AppScript Directories.txt`) for more information.\n\n\nBug reports, feature requests\n-----------------------------\n\nPlease use [GitHub issues][gh-issues] to report bugs or request features. Alternatively, you can post in the [Alfred Forum thread][forum-thread].\n\n\nLicence, thanks\n---------------\n\nThe workflow code and the bundled [Alfred-Workflow][alfred-workflow] and [docopt][docopt] libraries are all licensed under the [MIT Licence][mit-licence].\n\nThe workflow icon was created by [Jono Hunt][jono].\n\nThe other icons are from [Font Awesome][font-awesome] by [Dave Gandy][dave-gandy], and released under the [SIL OFL 1.1 licence][sil-licence].\n\n\n[alfred-workflow]: https://github.com/deanishe/alfred-workflow\n[cc-licence]: http://creativecommons.org/licenses/by-nc/3.0/\n[dave-gandy]: https://twitter.com/davegandy\n[demo]: https://raw.githubusercontent.com/deanishe/alfred-appscripts/master/demo.gif \"Animated demonstration of AppScripts\"\n[docopt]: https://github.com/docopt/docopt\n[font-awesome]: http://fortawesome.github.io/Font-Awesome/\n[forum-thread]: http://www.alfredforum.com/topic/4218-appscripts\n[gh-issues]: https://github.com/deanishe/alfred-appscripts/issues\n[gh-releases]: https://github.com/deanishe/alfred-appscripts/releases\n[mit-licence]: http://opensource.org/licenses/MIT\n[packal]: http://www.packal.org/workflow/appscripts\n[sil-licence]: http://scripts.sil.org/OFL\n[jono]: https://www.alfredforum.com/profile/66-jono/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeanishe%2Falfred-appscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeanishe%2Falfred-appscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeanishe%2Falfred-appscripts/lists"}