{"id":21054798,"url":"https://github.com/aconchillo/gas","last_synced_at":"2026-02-14T11:04:13.067Z","repository":{"id":145666353,"uuid":"450391850","full_name":"aconchillo/gas","owner":"aconchillo","description":"Mac Scripting with GuileScript","archived":false,"fork":false,"pushed_at":"2022-02-08T06:26:00.000Z","size":576,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T21:49:51.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scheme","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/aconchillo.png","metadata":{"files":{"readme":"README.org","changelog":"NEWS","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-21T07:16:52.000Z","updated_at":"2025-03-08T01:54:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6374ee0-2186-4cfc-9e0a-53a6f8473cbc","html_url":"https://github.com/aconchillo/gas","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aconchillo/gas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconchillo%2Fgas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconchillo%2Fgas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconchillo%2Fgas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconchillo%2Fgas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aconchillo","download_url":"https://codeload.github.com/aconchillo/gas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aconchillo%2Fgas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-19T16:17:45.575Z","updated_at":"2026-02-14T11:04:13.062Z","avatar_url":"https://github.com/aconchillo.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n* gas\n\ngas is a tool that allows writing [[https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/][Mac Scripting]] applications with [[https://github.com/aconchillo/guilescript][GuileScript]].\n\nThis project is in a very primitive state since it depends on GuileScript which\nis totally a work-in-progress. I actually started GuileScript in order to be\nable to create gas after seeing [[https://twitter.com/zaneshelby/status/1477988369154121734?s=20][obb]], a very cool ClojureScript project.\n\n[[./gas.gif]]\n\n* Installation\n\nYou can clone the repo and run:\n\n#+BEGIN_EXAMPLE\n$ make install\n#+END_EXAMPLE\n\nBut it's probably better if you install it through [[https://github.com/aconchillo/homebrew-guile][Guile Homebrew]]:\n\n#+BEGIN_EXAMPLE\n$ brew install aconchillo/guile/gas\n#+END_EXAMPLE\n\n* Examples\n\nThere's only a couple of examples right now, you can try:\n\n#+BEGIN_EXAMPLE\n$ gas examples/choices.gs\n#+END_EXAMPLE\n\n* Running things from the command line\n\nIt is also possible to evaluate simple code from the command line. For example,\nyou can play and pause your Spotify app with this:\n\n#+BEGIN_EXAMPLE\n$ gas -e '(js-invoke (Application \"Spotify\") playpause)\n#+END_EXAMPLE\n\n* Creating a macOS app\n\nAnother sweet thing you can do is create a macOS app:\n\n#+BEGIN_EXAMPLE\n$ gas -a Choices.app examples/choices.gs\n#+END_EXAMPLE\n\n[[./gas-app.gif]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faconchillo%2Fgas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faconchillo%2Fgas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faconchillo%2Fgas/lists"}