{"id":37177902,"url":"https://github.com/tbobm/gogit","last_synced_at":"2026-01-14T20:44:24.185Z","repository":{"id":104230474,"uuid":"111899248","full_name":"tbobm/gogit","owner":"tbobm","description":"CLI wrapper for github.com written in Go.","archived":true,"fork":false,"pushed_at":"2018-12-05T08:24:09.000Z","size":25306,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T03:58:16.147Z","etag":null,"topics":["cli","github","golang"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/tbobm/gogit","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbobm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-11-24T09:18:40.000Z","updated_at":"2023-09-28T19:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"88f19553-d65e-4a93-9ecc-5f52b10d7b8e","html_url":"https://github.com/tbobm/gogit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tbobm/gogit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fgogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fgogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fgogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fgogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbobm","download_url":"https://codeload.github.com/tbobm/gogit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbobm%2Fgogit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","github","golang"],"created_at":"2026-01-14T20:44:23.490Z","updated_at":"2026-01-14T20:44:24.147Z","avatar_url":"https://github.com/tbobm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gogit\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Godoc](https://godoc.org/github.com/tbobm/gogit?status.svg)](https://godoc.org/github.com/tbobm/gogit)\n\nGolang-based CLI wrapper for github.com\n\n## Usage\n\n### Beforehand\n\nBefore anything else, export your freshly created \n[personnal access token](https://github.com/settings/token), as `GITHUB_TOKEN` \nYou can do so by including the `export GITHUB_TOKEN=xxxx...` in your `~/.bashrc`\nor `~/.profile`.\n\n### Commands\n\n- Create a repository\n\n```bash\n$ gogit repo create -n repository_name [-p] # -p makes the repository private\n```\n\n- List a user's repositories\n\n```bash\n$ gogit repo list -u username\n```\n\n- Display help\n\n```bash\n$ gogit --help # Or simply 'gogit', which defaults to displaying the help\n```\n\n## Installation\n\n### From a release\n\nDownload the corresponding archive from [the release page](https://github.com/tbobm/gogit/releases),\nextract its content, and place the `gogit` executable in your `$PATH` variable.\n\n### From source\n\nClone the master branch, and run `make install`.\nThis will run the `go install` command, placing the `gogit` executable in your `$GOPATH`\n\n[dep](https://github.com/golang/dep) is used to manage packages.\n\n\n```bash\n$ git clone https://github.com/tbobm/gogit\n$ cd gogit\n$ make install\n```\n\n## Why ?\n\nI'm tired of having to use my browser to create repositories, have \ninformations about my issues, pull requests, etc.\n\nI just want to have a CLI tool that'll allow me to avoid going to\ngithub.com everytime.\n\nPlus I like my terminal font more than my browser's, in addition to that.\n\n## License\n\n[Apache License](https://github.com/tbobm/gogit/blob/master/LICENSE)\n\nCopyright (c) 2017 Theo Massard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbobm%2Fgogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbobm%2Fgogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbobm%2Fgogit/lists"}