{"id":20300683,"url":"https://github.com/gebeto/scriptables","last_synced_at":"2025-05-07T22:06:36.075Z","repository":{"id":47433259,"uuid":"366340474","full_name":"gebeto/scriptables","owner":"gebeto","description":"Scriptable Development Environment for VSCode","archived":false,"fork":false,"pushed_at":"2024-09-09T15:04:26.000Z","size":72,"stargazers_count":114,"open_issues_count":3,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-07T22:06:28.247Z","etag":null,"topics":["scriptable","scriptable-app","vscode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/gebeto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-11T10:19:37.000Z","updated_at":"2025-03-27T22:13:09.000Z","dependencies_parsed_at":"2024-11-14T19:00:53.985Z","dependency_job_id":null,"html_url":"https://github.com/gebeto/scriptables","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/gebeto%2Fscriptables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gebeto%2Fscriptables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gebeto%2Fscriptables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gebeto%2Fscriptables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gebeto","download_url":"https://codeload.github.com/gebeto/scriptables/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961837,"owners_count":21832196,"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":["scriptable","scriptable-app","vscode"],"created_at":"2024-11-14T16:20:15.957Z","updated_at":"2025-05-07T22:06:36.019Z","avatar_url":"https://github.com/gebeto.png","language":"JavaScript","readme":"# Scriptable Development Environment\n\n\nThis project includes\n - Scriptable types generated from documentation page\n - **RUN SCRIPT** hotkey: \u003ckbd\u003e⌘\u003c/kbd\u003e + \u003ckbd\u003eSHIFT\u003c/kbd\u003e + \u003ckbd\u003eB\u003c/kbd\u003e, it will run current script in Scriptable\n    \u003e Script file name should not contain spaces\n - Folder with all your Scriptable apps\n\n\n## Getting started\n\nHow to start to develop scriptable apps with VSCode:\n\n1. Download [Scriptable for MacOS](https://web.archive.org/web/20220721061634/https://scriptable.app/mac-beta/Scriptable.zip) (via Internet Archive Wayback Machine)\n2. Enable iCloud sync for Scriptable\n3. Download [VSCode](https://code.visualstudio.com/)\n4. Clone this repository\n  ```sh\n  git clone https://github.com/gebeto/scriptables\n  ```\n5. Run command to initialize your sources folder link\n  ```sh\n  ./scriptable.sh init\n  ```\n6. Done! Open VSCode in the repo(`code .`) and start to build your apps fast and easy!\n\n \u003e Folder `sources` is your scriptable folder link, you can edit files there and it will be updated in scriptable app.\n\n\n## Initialize your local env\n\nTou can use BASH script or [VSCode extension](https://marketplace.visualstudio.com/items?itemName=gebeto.vscode-scriptable) for it\n\n```sh\n$ ./scriptable.sh init\n```\n\n\n## Import your script for git integration\n\n \u003e IMPORTANT: Script name should not contain any **spaces**, because RUN hotkey will now working\n\n```sh\n$ ./scriptable.sh import ScriptName\n# or\n$ ./scriptable.sh import Script-Name\n# or\n$ ./scriptable.sh import Script_Name\n```\n\n\n## Relative projects\n - [https://github.com/gebeto/scriptable-vscode](https://github.com/gebeto/scriptable-vscode)\n    \u003e plugin will replace `scriptable.sh` when it will done(work in progress).\n - [https://github.com/schl3ck/ios-scriptable-types](https://github.com/schl3ck/ios-scriptable-types)\n    \u003e Scriptable Typescript typings\n\n\n## ERRORS\nIf scriptable typing are not loaded for you, need to add `///\u003creference path=\"../index.d.ts\" /\u003e` on top of the your script (like shown below).\nWhere **path** is a relative path to the `index.d.ts` file.\n\n```diff\n// Variables used by Scriptable.\n// These must be at the very top of the file. Do not edit.\n// icon-color: green; icon-glyph: magic;\n+ ///\u003creference path=\"../index.d.ts\" /\u003e\n\n...\n```\n\n\n## Thanks\n - [schl3ck](https://github.com/schl3ck) for Scriptable types definition: [ios-scriptable-types](https://github.com/schl3ck/ios-scriptable-types)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgebeto%2Fscriptables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgebeto%2Fscriptables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgebeto%2Fscriptables/lists"}