{"id":19229156,"url":"https://github.com/jerakin/editor-script-extra-locations","last_synced_at":"2025-02-23T10:43:22.803Z","repository":{"id":129090104,"uuid":"236527344","full_name":"Jerakin/editor-script-extra-locations","owner":"Jerakin","description":"Editor script to open the finder/explorer at different important locations","archived":false,"fork":false,"pushed_at":"2024-03-09T23:32:17.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T03:53:26.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jerakin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-27T15:49:55.000Z","updated_at":"2024-03-10T09:57:56.000Z","dependencies_parsed_at":"2024-11-09T15:48:49.243Z","dependency_job_id":null,"html_url":"https://github.com/Jerakin/editor-script-extra-locations","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/Jerakin%2Feditor-script-extra-locations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-extra-locations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-extra-locations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-extra-locations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerakin","download_url":"https://codeload.github.com/Jerakin/editor-script-extra-locations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240304571,"owners_count":19780312,"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":[],"created_at":"2024-11-09T15:32:45.789Z","updated_at":"2025-02-23T10:43:22.770Z","avatar_url":"https://github.com/Jerakin.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# editor-script-extra-locations\nEditor script to open the finder/explorer at different important locations\n- [http-cache](https://defold.com/manuals/http-requests/), cached http requests\n- Define your own locations!\n\n## Install\nYou can use the these editor scripts in your own project by adding this project as a [Defold library dependency](https://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:  \nhttps://github.com/Jerakin/editor-script-extra-locations/archive/master.zip\n\n## Editor Script\nThis script adds a few menu option to the view menu to open the finder/explorer at different important locations.\n\n## User defined locations\nYou can create a `extra-locations.lua` in the root of your project with a table of custom locations that you want to be able to open.\n\n```lua\n\nlocal windows = \"x86_64-win32\"\nlocal macOS = \"x86_64-macos\"\n\nreturn {\n\t[\"Save Location\"] = {\n\t\t[macOS] = \"~/Library/Application Support/savefile_location\",\n\t\t[windows] = \"%appdata%/savefile_location\"\n\t}\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerakin%2Feditor-script-extra-locations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerakin%2Feditor-script-extra-locations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerakin%2Feditor-script-extra-locations/lists"}