{"id":16086444,"url":"https://github.com/jecisc/native-browser","last_synced_at":"2025-07-01T14:08:55.295Z","repository":{"id":93121269,"uuid":"151534954","full_name":"jecisc/Native-Browser","owner":"jecisc","description":"A Small project to add the possibility to open native browser on a FileReference for Pharo","archived":false,"fork":false,"pushed_at":"2019-02-26T15:21:19.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-18T11:11:20.097Z","etag":null,"topics":["files","filesystem","pharo","smalltalk"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/jecisc.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}},"created_at":"2018-10-04T07:33:05.000Z","updated_at":"2019-02-26T14:40:50.000Z","dependencies_parsed_at":"2023-06-05T00:15:33.685Z","dependency_job_id":null,"html_url":"https://github.com/jecisc/Native-Browser","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FNative-Browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FNative-Browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FNative-Browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FNative-Browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jecisc","download_url":"https://codeload.github.com/jecisc/Native-Browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353679,"owners_count":20925324,"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":["files","filesystem","pharo","smalltalk"],"created_at":"2024-10-09T13:13:17.771Z","updated_at":"2025-04-05T14:41:21.254Z","avatar_url":"https://github.com/jecisc.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Native-Browser\n\nA Small project to add the possibility to open native browser on a FileReference for Pharo\n\n## Install Native-Browser\n\nTo install Native-Browser on your Pharo image you can just execute the following script:\n\n```Smalltalk\n    Metacello new\n    \tgithubUser: 'jecisc' project: 'Native-Browser' commitish: 'master' path: 'src';\n    \tbaseline: 'NativeBrowser';\n    \tload\n```\n\nTo add Native-Browser to your baseline just add this:\n\n```Smalltalk\n    spec\n    \tbaseline: 'NativeBrowser'\n    \twith: [ spec repository: 'github://jecisc/Native-Browser:master/src' ]\n```\n\nNote that you can replace the #master by another branch as #development or a tag as #v1.0.0, #v1.? or #v1.2.? .\n\n## Usage\n\n```Smalltalk\nFileSystem workingDirectory openInNativeBrowser.\n\nOSPlatform current openNativeBrowserOn: FileLocator home.\n```\n\n## OS Support\n\nCurrently working on:\n- OSX (32/64)\n- Linux (32/64)\n- Windows (32)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2Fnative-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjecisc%2Fnative-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2Fnative-browser/lists"}