{"id":19052365,"url":"https://github.com/jormaechea/git-web","last_synced_at":"2025-08-01T09:03:15.144Z","repository":{"id":65881860,"uuid":"291313109","full_name":"jormaechea/git-web","owner":"jormaechea","description":"Interact with your git provider from your command line.","archived":false,"fork":false,"pushed_at":"2023-02-14T17:17:54.000Z","size":831713,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T06:38:40.216Z","etag":null,"topics":["bitbucket","browse","cli","cli-utility","codecommit","git","git-web","github","gitlab","node","terminal","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/git-web","language":"JavaScript","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/jormaechea.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}},"created_at":"2020-08-29T17:02:51.000Z","updated_at":"2025-01-16T09:36:31.000Z","dependencies_parsed_at":"2023-02-22T18:00:26.797Z","dependency_job_id":null,"html_url":"https://github.com/jormaechea/git-web","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.020000000000000018","last_synced_commit":"7782e79782b6e5fd92621f0bf1f468a43e157bf2"},"previous_names":[],"tags_count":1496,"template":false,"template_full_name":null,"purl":"pkg:github/jormaechea/git-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jormaechea%2Fgit-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jormaechea%2Fgit-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jormaechea%2Fgit-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jormaechea%2Fgit-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jormaechea","download_url":"https://codeload.github.com/jormaechea/git-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jormaechea%2Fgit-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268196999,"owners_count":24211609,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bitbucket","browse","cli","cli-utility","codecommit","git","git-web","github","gitlab","node","terminal","web"],"created_at":"2024-11-08T23:26:08.715Z","updated_at":"2025-08-01T09:03:15.089Z","avatar_url":"https://github.com/jormaechea.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eGit web\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\n\u003ca href=\"https://www.npmjs.com/package/git-web\"\u003e\n\t\u003cimg src=\"https://badge.fury.io/js/git-web.svg\" alt=\"npm version\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/jormaechea/git-web/actions?query=workflow%3A%22Build+Status%22\"\u003e\n\t\u003cimg src=\"https://github.com/jormaechea/git-web/workflows/Build%20Status/badge.svg\" alt=\"Build status\" /\u003e\n\u003c/a\u003e\n\n\u003c!--\n\u003ca href=\"https://coveralls.io/github/jormaechea/git-web?branch=master\"\u003e\n\t\u003cimg src=\"https://coveralls.io/repos/github/jormaechea/git-web/badge.svg?branch=master\" alt=\"Coverage status\" /\u003e\n\u003c/a\u003e\n--\u003e\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cstrong\u003eInteract with your git provider from your command line.\u003c/strong\u003e\n\u003c/p\u003e\n\n## :computer: Usage\n\nFirst install it globally:\n\n```sh\nnpm install --global git-web\n```\n\nThen you will be able to run your brand new git commands:\n\n```sh\ngit web # Open the repository home\n\ngit web -c # Open the list of commits\n\ngit web -c COMMITHASH # Open an specific commit\n\ngit ci # Open your CI/CD provider\n\ngit ci -e ID # Open a CI/CD execution details\n\ngit prs # Open PRs list\n\ngit pr # Create a new PR from current branch to master\n\ngit pr -s feature/1-my-feature -d develop # Create a PR from a feature branch to develop branch\n\ngit issues # Open issues list\n\ngit issue # Create a new issue\n```\n\nFor more information, use `git help [command]` or `git [command] --help`. For example: `git help web`.\n\n## :question: Why?\n\nThis is a CLI utility inspired by [git-open](https://github.com/paulirish/git-open), but implemented in node. Why? Because I think it has a wider community that can use and contribute to the project.\n\n## :ballot_box_with_check: Features\n\nOpen your git web interface right from your terminal! Both git and CI/CD will be autodetected using your git remote(s) and your repository config files.\n\nThe following features are available for git providers:\n\n|        | AWS Codecommit | Bitbucket | Github | Gitlab |\n|--------|:--------------:|:---------:|:------:|:------:|\n| Open repository home                | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open commits list                   | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open an specific commit             | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open pipeline executions list       | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open an specific pipeline execution | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open pull requests list             | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open an specific pull request       | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open PR creation screen             | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Fork a repository                   | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open issues list                    | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Open an specific issue              | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| Create a new issue                  | NP | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n\n\u003e NP: Not provided. Feature is not available in the provider.\n\nAnd the following CI/CD providers are supported and autodetected:\n\n|        | CircleCI | Travis |\n|--------|:--------:|:------:|\n| Open pipeline executions list       | :heavy_check_mark: | :heavy_check_mark: |\n| Open an specific pipeline execution | :heavy_check_mark: | :heavy_check_mark: |\n\n## Contributing\n\nAll contributions are welcome. There are a couple of ways to do so:\n\n- Report an issue with a bug, feature or enhancement\n- Submit a PR that solves an issue\n- Or just :star: star the repo and share it with your colleagues.\n\nAnd always remember to be nice to each other!\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjormaechea%2Fgit-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjormaechea%2Fgit-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjormaechea%2Fgit-web/lists"}