{"id":17208647,"url":"https://github.com/chevdor/gho","last_synced_at":"2025-07-28T21:08:26.659Z","repository":{"id":46284805,"uuid":"374166027","full_name":"chevdor/gho","owner":"chevdor","description":"A simple multi-platform utility written in Rust that opens your browser in your project’s repo on gitlab or github. It allows you to \"jump\" to gihub or gitlab from your console.","archived":false,"fork":false,"pushed_at":"2024-12-10T11:41:42.000Z","size":568,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T13:02:43.338Z","etag":null,"topics":["2021","chevdor","cli","git","github","gitlab","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/chevdor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2021-06-05T16:48:14.000Z","updated_at":"2024-12-30T22:26:06.000Z","dependencies_parsed_at":"2023-02-09T03:46:22.594Z","dependency_job_id":"14a5e884-66fb-4a3a-98d3-5d48c0501757","html_url":"https://github.com/chevdor/gho","commit_stats":null,"previous_names":["chevdor/gho","chevdor/gh"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/chevdor/gho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevdor%2Fgho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevdor%2Fgho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevdor%2Fgho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevdor%2Fgho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chevdor","download_url":"https://codeload.github.com/chevdor/gho/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chevdor%2Fgho/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585616,"owners_count":24111575,"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-07-28T02:00:09.689Z","response_time":68,"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":["2021","chevdor","cli","git","github","gitlab","rust"],"created_at":"2024-10-15T02:49:26.309Z","updated_at":"2025-07-28T21:08:26.634Z","avatar_url":"https://github.com/chevdor.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gho\n\nA simple multi-platform cli utility written in Rust that opens your browser in your project’s repo on gitlab or github.\n\nWhile a bash script like the following could work, that will not work on Windows:\n\n    gho ()\n    {\n        ( set -e;\n        git remote -v | grep push;\n        remote=${1:-origin};\n        echo \"Using remote $remote\";\n        URL=$(git config remote.$remote.url | sed \"s/git@\\(.*\\):\\(.*\\).git/https:\\/\\/\\1\\/\\2/\");\n        echo \"Opening $URL...\";\n        open $URL )\n    }\n\n`gho` on the other hand, should work fine (testers and feedback are welcome).\n\nThe url is fetched on your remotes.\n\n## Install\n\n    cargo install --locked --git https://github.com/chevdor/gho\n\n## Usage\n\n-   `gho` to simply open the first remote\n\n-   `gho upstream` to open your `upstream` remote\n\n\u003c!-- --\u003e\n\n    Command line utility to quickly open your github/gitlab repo in a browser\n\n    Usage: gho [REMOTE]\n\n    Arguments:\n      [REMOTE]  Name of a remote\n\n    Options:\n      -h, --help     Print help\n      -V, --version  Print version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchevdor%2Fgho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchevdor%2Fgho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchevdor%2Fgho/lists"}