{"id":18725757,"url":"https://github.com/binaryage/fscript-osax","last_synced_at":"2025-04-12T16:25:30.335Z","repository":{"id":4779800,"uuid":"5931787","full_name":"binaryage/fscript-osax","owner":"binaryage","description":"Simple way how to inject F-Script into any app from the command-line (replacement for F-Script Anywhere and F-Script SIMBL)","archived":false,"fork":false,"pushed_at":"2013-01-01T17:28:22.000Z","size":116,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T10:52:14.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binaryage.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":"2012-09-24T08:35:14.000Z","updated_at":"2022-01-13T00:32:55.000Z","dependencies_parsed_at":"2022-08-06T18:00:21.022Z","dependency_job_id":null,"html_url":"https://github.com/binaryage/fscript-osax","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/binaryage%2Ffscript-osax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Ffscript-osax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Ffscript-osax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryage%2Ffscript-osax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryage","download_url":"https://codeload.github.com/binaryage/fscript-osax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248595277,"owners_count":21130495,"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-07T14:11:50.798Z","updated_at":"2025-04-12T16:25:30.314Z","avatar_url":"https://github.com/binaryage.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FScript.osax\n\nThis is a scripting addition which adds a new Apple Script command to inject [F-Script](http://www.fscript.org) to any application.\n\nIt is similar to [F-Script Anywhere](http://www.fscript.org/download/download.htm) or [F-Script SIMBL](https://bitbucket.org/dainkaplan/fscript-simbl).\n\n# Installation\n\n    git clone git://github.com/binaryage/fscript-osax.git\n    cd fscript-osax\n    xcodebuild\n\nIf you see `** BUILD SUCCEEDED **` that means that you have FScript.osax installed in `~/Library/ScriptingAdditions/FScript.osax`\n\n# How to inject F-Script into an app?\n\n1. Install [F-Script](http://www.fscript.org/download/download.htm).\n2. Let's say you want to inject F-Script into Safari...\n\n### Applescript\n\n    tell application \"Safari\" to «event BAFSinjc»\n\n### Command line\n\n    osascript -e \"tell application \\\"Safari\\\" to «event BAFSinjc»\"\n\n\u003cspan style=\"color:red; font-size:8pt\"\u003eYou have to relaunch Safari after first installation of FScript.osax. In other case the AppleScript will fail.\u003c/span\u003e\n\n### Applications without main menu\n\nYou may use apple events to control F-Script menu item:\n\n    osascript -e \"tell application \\\"Safari\\\" to «event BAFSscon» -- show console\"\n    osascript -e \"tell application \\\"Safari\\\" to «event BAFSoobr» -- open object browser\"\n    osascript -e \"tell application \\\"Safari\\\" to «event BAFSsppa» -- show preference panel\"\n\n# FScript.framework location\n\nBy installing F-Script you should place framework in `/Library/Frameworks/FScript.framework`. This is default location.\n\nIf you need to inject different version or a framework from different location, please create `~/.fscript-framework-location` text file with a new path to your FScript.framework.\n\n#### License: [MIT-Style](https://raw.github.com/binaryage/fscript-osax/master/license.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryage%2Ffscript-osax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryage%2Ffscript-osax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryage%2Ffscript-osax/lists"}