{"id":22222086,"url":"https://github.com/fabiospampinato/vscode-open-in-github","last_synced_at":"2025-04-05T17:03:50.429Z","repository":{"id":53190292,"uuid":"125369350","full_name":"fabiospampinato/vscode-open-in-github","owner":"fabiospampinato","description":"Open the current project or file in github.com.","archived":false,"fork":false,"pushed_at":"2025-02-09T21:51:04.000Z","size":1026,"stargazers_count":95,"open_issues_count":8,"forks_count":28,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T16:04:40.203Z","etag":null,"topics":["extension","github","in","open","vscode"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2018-03-15T13:12:16.000Z","updated_at":"2025-03-21T09:40:44.000Z","dependencies_parsed_at":"2025-02-27T15:25:08.652Z","dependency_job_id":"20f510fb-e6ae-441f-96c4-f9a597e5ab79","html_url":"https://github.com/fabiospampinato/vscode-open-in-github","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-in-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-in-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-in-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-open-in-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/vscode-open-in-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369953,"owners_count":20927928,"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":["extension","github","in","open","vscode"],"created_at":"2024-12-02T23:16:51.235Z","updated_at":"2025-04-05T17:03:50.407Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# Open in GitHub\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/fabiospampinato/vscode-open-in-github/master/resources/logo.png\" width=\"128\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\nOpen the current project or file in github.com.\n\nThere are many other extensions for doing this, but they either didn't work well for me or they provided too few/many functionalities.\n\n## Install\n\nFollow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-github), or run the following in the command palette:\n\n```shell\next install fabiospampinato.vscode-open-in-github\n```\n\n## Usage\n\nIt adds 19 commands to the command palette:\n\n```js\n'Open in GitHub: Project' // Open the current project in GitHub\n'Open in GitHub: Repository' // Open the current repository in GitHub\n'Open in GitHub: File' // Open the current file in GitHub\n'Open in GitHub: File Blame' // Open the current file's blame in GitHub\n'Open in GitHub: File History' // Open the current file's history in GitHub\n'Open in GitHub: File Permalink' // Open the current file's permalink in GitHub\n'Open in GitHub: Issues' // Open the current project's issues in GitHub\n'Open in GitHub: Pull Requests' // Open the current project's pull requests in GitHub\n'Open in GitHub: Releases' // Open the current project's releases in GitHub\n'Open in GitHub: Tags' // Open the current project's tags in GitHub\n'Open in GitHub: Actions' // Open the current project's actions in GitHub\n'Open in GitHub: Commits' // Open the current project's commits in GitHub\n'Open in GitHub: Projects' // Open the current project's projects in GitHub\n'Open in GitHub: Security' // Open the current project's security in GitHub\n'Open in GitHub: Insights' // Open the current project's insights in GitHub\n'Open in GitHub: Wiki' // Open the current project's wiki in GitHub\n'Open in GitHub: Settings' // Open the current project's settings in GitHub\n'Open in GitHub: Copy File Link' // Copy the current file's link to GitHub\n'Open in GitHub: Copy File Permalink' // Copy the current file's permalink to GitHub\n```\n\n## Settings\n\n```js\n{\n  \"openInGitHub.github.protocol\": \"https\", // Custom URL protocol\n  \"openInGitHub.github.domain\": \"github.com\", // Custom GitHub domain\n  \"openInGitHub.remote.name\": \"origin\", // Name of the remote repository\n  \"openInGitHub.remote.branch\": \"master\", // Name of the remote branch\n  \"openInGitHub.useLocalDomain\": true, // Use the local domain instead of the fixed github domain\n  \"openInGitHub.useLocalBranch\": true, // Use the local branch instead of the fixed remote branch\n  \"openInGitHub.useLocalRange\": true, // Highlight the local selection range, if there's one\n  \"openInGitHub.useLocalLine\": false // Highlight the local line if there's no selection range\n}\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-open-in-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fvscode-open-in-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-open-in-github/lists"}