{"id":16293146,"url":"https://github.com/vogler/repoman","last_synced_at":"2026-05-07T18:38:20.306Z","repository":{"id":139102935,"uuid":"196027930","full_name":"vogler/repoman","owner":"vogler","description":"Get an overview of repos and local-only changes.","archived":false,"fork":false,"pushed_at":"2022-09-16T16:50:30.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T04:46:30.586Z","etag":null,"topics":["git","github","github-api","sync"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vogler.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}},"created_at":"2019-07-09T14:45:31.000Z","updated_at":"2022-09-16T16:51:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddb1f7ed-395b-4d56-aaeb-1718cb285b8f","html_url":"https://github.com/vogler/repoman","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"e583375652d94468b2deda7c5212cfb16601fc7a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Frepoman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Frepoman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Frepoman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Frepoman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vogler","download_url":"https://codeload.github.com/vogler/repoman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248026460,"owners_count":21035582,"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":["git","github","github-api","sync"],"created_at":"2024-10-10T20:10:21.375Z","updated_at":"2026-05-07T18:38:20.215Z","avatar_url":"https://github.com/vogler.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repos on GitHub\n\nUse [GitHub's official CLI](https://github.com/cli/cli) with also has `--json` output:\n\n```console\n$ gh repo list vogler -L999\nShowing 100 of 100 repositories in @vogler\n\nvogler/LED-matrix               16x16 pixel RGB LED matrix with support for WLED and text                    public             29m\nvogler/dotfiles                 config/setup for macOS/Linux/Windows: zsh, vim, tmux, vscode; old: Arch,...  public             58m\n...\n\n$ gh repo list vogler -L999 --json name,description\n[\n  {\n    \"description\": \"16x16 pixel RGB LED matrix with support for WLED and text\",\n    \"name\": \"LED-matrix\",\n    \"pushedAt\": \"2022-09-16T16:08:53Z\"\n  },\n  {\n    \"description\": \"config/setup for macOS/Linux/Windows: zsh, vim, tmux, vscode; old: Arch, awesome\",\n    \"name\": \"dotfiles\",\n    \"pushedAt\": \"2022-09-16T15:39:36Z\"\n  },\n...\n\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eSuperseded\u003c/summary\u003e\n\nUse API as shown in examples of jq:\n- https://stedolan.github.io/jq/tutorial/\n- https://developer.github.com/v3/repos/#list-your-repositories\n- Show API URLs via `hub api | jq`\n\nCan also use `jiq` instead of `jq`. [jiq](https://github.com/fiatjaf/jiq) is [jid](https://github.com/simeji/jid) on [jq](https://stedolan.github.io/jq/).\nNames of repos:\n\n~~~\ncurl -s 'https://api.github.com/users/vogler/repos?sort=created' | jq '.[].name'\n~~~\n\u003c/details\u003e\n\n# Local repos\n\n- Find all git repos: see file `find-repos.sh`\n- List all local repos with\n  - uncommited changes\n  - unpushed commits, branches, tags etc.\n  - stashes\n  - no remotes\n- Tools:\n  - https://linux.die.net/man/1/mr\n\n# Features\n\nIn addition to a CLI also offer some TUI like [tig](https://github.com/jonas/tig)?\n\n- Overview of local repos (see above)\n- Actions sync things: commit and push, `hub sync`, WIP branches, patches to Dropbox?\n- Integrate [gitwatch](https://github.com/gitwatch/gitwatch) to keep a complete history on extra branch?\n- Make data from GitHub (issues, PRs) available offline: `hub issue`, `hub pr list` but allow to work offline and sync later. Put all data in a meta-repo (e.g. `~/.repoman/github`) and sync via GitHub API?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvogler%2Frepoman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvogler%2Frepoman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvogler%2Frepoman/lists"}