{"id":25327285,"url":"https://github.com/sideshowbarker/gh-shortlog","last_synced_at":"2025-04-08T02:46:15.004Z","repository":{"id":276763573,"uuid":"930214413","full_name":"sideshowbarker/gh-shortlog","owner":"sideshowbarker","description":"🐝 Explore contributor info for a repo interactively (GitHub CLI extension TUI)","archived":false,"fork":false,"pushed_at":"2025-03-04T12:23:30.000Z","size":365,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T13:14:55.119Z","etag":null,"topics":["contributors","fzf","gh-extension","git-log","github-cli","github-stats","tui"],"latest_commit_sha":null,"homepage":"http://sideshowbarker.net/gh-shortlog/","language":"Shell","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/sideshowbarker.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2025-02-10T09:13:49.000Z","updated_at":"2025-04-03T08:30:45.000Z","dependencies_parsed_at":"2025-02-10T10:26:14.422Z","dependency_job_id":"d827d680-1cdb-4932-903d-09cf8b0286a0","html_url":"https://github.com/sideshowbarker/gh-shortlog","commit_stats":null,"previous_names":["sideshowbarker/gh-shortlog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Fgh-shortlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Fgh-shortlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Fgh-shortlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshowbarker%2Fgh-shortlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sideshowbarker","download_url":"https://codeload.github.com/sideshowbarker/gh-shortlog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767227,"owners_count":20992539,"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":["contributors","fzf","gh-extension","git-log","github-cli","github-stats","tui"],"created_at":"2025-02-14T01:57:26.775Z","updated_at":"2025-04-08T02:46:14.986Z","avatar_url":"https://github.com/sideshowbarker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An interactive git shortlog (GitHub CLI extension TUI)\n\n[fzf](https://github.com/junegunn/fzf#installation)-built [GitHub CLI](https://github.com/cli/cli) extension [TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) `git shortlog` frontend — to interactively explore contributor data for any repo\n\n\u003cimg alt=\"screenshot of gh-shortlog\" src=\"https://github.com/user-attachments/assets/413c5c74-d143-4bfc-b564-4d842b83123c\" /\u003e\n\n## Install\n\nMake sure you have the [GitHub CLI](https://github.com/cli/cli#installation) (the `gh` command) and [fzf](https://github.com/junegunn/fzf#installation) installed. Then:\n\n```sh\n# install\ngh ext install sideshowbarker/gh-shortlog\n# upgrade\ngh ext upgrade sideshowbarker/gh-shortlog\n# uninstall\ngh ext remove sideshowbarker/gh-shortlog\n```\n\n## Usage\n\n```\ngh shortlog [--no-mouse]\n```\n\n- Type a date into the prompt and then do `Ctrl-O`: then, `gh-shortlog` will change to showing a log/history for only those changes made after your specified date.\n- Type a name or e-mail address into the prompt: then, `gh-shortlog` will dynamically filter the list of authors down to just those who match what you typed into the prompt.\n\n| Key    | Action                                                        |\n| ------ | ------------------------------------------------------------- |\n| `Ctrl‑O`     | Filter the log down to use the commits made after the date entered into the prompt.|\n| `Enter`      | Show a diffs-included log of all commits by the author at the current pointer. |\n| `Ctrl‑W`     | Open GitHub log in a web browser |\n| `Ctrl‑C`     | Exit `gh-shortlog`, or else go back to the previous screen within `gh-shortlog`. |\n| `Ctrl‑F`     | Scroll the preview window one page forward. |\n| `Ctrl‑B`     | Scroll the preview window one page back. |\n| `Ctrl‑J`     | Scroll the pointer in the main window to the next name down. |\n| `Ctrl‑K`     | Scroll the pointer in the main window to the next name up. |\n| `Ctrl‑N`     | Scroll the pointer in the main window to the next name down. |\n| `Ctrl‑P`     | Scroll the pointer in the main window to the next name up. |\n| `Ctrl‑U`     | Clear the prompt. |\n| `tab`        | Toggle selection of the item (author name) at the pointer and move to the next name down. |\n| `shift‑tab`  | Toggle selection of the item (author name) at the pointer and move to the next name up. |\n| `Ctrl‑Q`     | Exit (or go back one screen) — and then, on final program exit, output the list of items selected. |\n\nYou can also use your mouse: click in main window moves the selection; double-click has the same effect as the `Enter` key; mouse scroll in either main window or preview window scrolls the window contents.\n\nIf you don’t want that mouse behavior, use the `--no-mouse` option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsideshowbarker%2Fgh-shortlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsideshowbarker%2Fgh-shortlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsideshowbarker%2Fgh-shortlog/lists"}