{"id":13448234,"url":"https://github.com/vicke4/open_in_browser","last_synced_at":"2025-03-22T09:31:02.343Z","repository":{"id":47175262,"uuid":"100367927","full_name":"vicke4/open_in_browser","owner":"vicke4","description":"Sublime Text 3 plugin to open hyper links in browsers.","archived":false,"fork":false,"pushed_at":"2021-07-17T11:21:46.000Z","size":22,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T14:27:00.206Z","etag":null,"topics":["sublime-text-3","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"https://packagecontrol.io/packages/Open%20In%20Browser","language":"Python","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/vicke4.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-15T10:46:43.000Z","updated_at":"2023-10-22T19:11:16.000Z","dependencies_parsed_at":"2022-09-21T09:51:58.885Z","dependency_job_id":null,"html_url":"https://github.com/vicke4/open_in_browser","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicke4%2Fopen_in_browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicke4%2Fopen_in_browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicke4%2Fopen_in_browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicke4%2Fopen_in_browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicke4","download_url":"https://codeload.github.com/vicke4/open_in_browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"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":["sublime-text-3","sublime-text-plugin"],"created_at":"2024-07-31T05:01:39.555Z","updated_at":"2025-03-22T09:31:02.005Z","avatar_url":"https://github.com/vicke4.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# open_in_browser\n\n[Sublime Text 3](http://www.sublimetext.com/3) plugin to display a link when you hover over a hyperlink. On click of the link your default browser will open the link (Of course you can customise the behaviour\n).\n\n![open-in-browser-sublime3-plugin](https://i.imgur.com/IObNAWB.png)\n\n## Installation\n\nYou can download this plugin from [Package Control](https://packagecontrol.io). Inside Sublime press `ctrl + shift + p` (Mac users press `cmd + shift + p`). Type install package and press `enter`. Then type `open in browser`. Select the one with spaces. Press `enter`. That's it.\n\n## Customization\nSo, this plugin opens the default browser while you click on links. Yet, We can specify which browser must be used to open links. Navigate to `Preferences -\u003e Package Settings -\u003e Open in Browser -\u003e Settings` or press `ctrl + shift + p` (Mac users press `cmd + shift + p`) and select `Preferences: Open in Browser Settings`. You'll see two JSON files. One on the left is Default settings and the other is User settings. Default settings will be like the one below.\n\n```\n{\n    \"enable\": true,         // Set enable to false to disable this plugin\n    \"custom_browser\": \"\",   // Set a default browser to open links\n    \"only_on_hover\": false  // Make this true to get links beside URLs only on hover\n}\n```\nYou can disable the plugin by adding `\"enable\": false` on User settings.\n\nYou can set the default browser to open links by adding `custom_browser` as key and corresponding browser as value (Refer below).\n\nIf `only_on_hover` is `true`, links will be displayed only when you hover over it.\n\n#### Mac\nEnter the browser's name as you'd see in Applications window.\n\nEg: `Google Chrome`, `Firefox`\n\n#### Linux\nHere, you've to provide executable name. Mostly, you'll be able to find it in `/usr/bin`\n\nEg: `google-chrome`, `firefox`\n\n#### Windows\nThe name with .exe extension. You can find in `C:\\Program Files\\\u003capp name\u003e\\*.exe`\n\nEg: `chrome`, `firefox`\n\n## Known Issues\n- On Mac OS Sierra, though the default browser may be Chrome or Safari, If Firefox is installed, it opens the URLs all the time. We can change this behaviour (Read customization section above).\n\n## Improvements\n- More Regex can be added to detect links \u0026 file paths. Feel free to make Pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicke4%2Fopen_in_browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicke4%2Fopen_in_browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicke4%2Fopen_in_browser/lists"}