{"id":17095841,"url":"https://github.com/jlebon/git-bstatus","last_synced_at":"2025-10-30T13:34:09.236Z","repository":{"id":50492580,"uuid":"146063082","full_name":"jlebon/git-bstatus","owner":"jlebon","description":"Like `git status` for your branches!","archived":false,"fork":false,"pushed_at":"2022-07-29T14:49:25.000Z","size":15,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T17:22:00.597Z","etag":null,"topics":["git","libgit2","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/jlebon.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}},"created_at":"2018-08-25T03:56:43.000Z","updated_at":"2024-09-26T05:28:03.000Z","dependencies_parsed_at":"2022-09-14T19:52:36.201Z","dependency_job_id":null,"html_url":"https://github.com/jlebon/git-bstatus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlebon%2Fgit-bstatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlebon%2Fgit-bstatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlebon%2Fgit-bstatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlebon%2Fgit-bstatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlebon","download_url":"https://codeload.github.com/jlebon/git-bstatus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248644286,"owners_count":21138576,"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","libgit2","rust"],"created_at":"2024-10-14T14:44:00.231Z","updated_at":"2025-10-30T13:34:04.188Z","avatar_url":"https://github.com/jlebon.png","language":"Rust","readme":"`git bstatus` is like `git status` for your branches:\n\n```\n$ git bstatus\nOn branch librpm-compat\nRecently active branches:\n  (use \"git bstatus -a\" to list all branches)\n  (use \"git bstatus -v\" to list commits)\n\n   * librpm-compat   1 day +1 build: Tweak rpm version check for HAVE_NEW_RPM_VERIFY\n     master          1 day +0 (upstream/master) app: Add support for passing URLs to RPMs\n     install-url    2 days +2 fixup! app: Add support for passing URLs to RPMs\n     reuse-rpmdb    2 days +1 upgrader: Reuse existing rpmdb checkout if available\n     rust-goop      2 days +2 fixup! build: Fix building rust in debug mode\n\nThere are 53 local branches (6 merged, 47 unmerged).\n  (use \"git bstatus -m\" or \"git bstatus -u\" to list them)\n```\n\n(Though I alias it to `git lsb` for faster typing).\n\nThe main difference from `git branch` is that it's designed\nto be friendlier to humans, in the way `git status` is:\n- quick view of your recently active branches to make\n  finding and switching between them a breeze\n- column for human-formatted relative timestamp\n- column for number of commits on that branch\n- list added commits across branches with `-v`\n- list only (un)merged branches with `-m/-u`\n\nYou may find that something like\n`git branch -v --sort=-committerdate | head -n5` is\ngood enough for your purposes. In `git bstatus`, `-v` lists\nall the commits that aren't merged into master (or the\ntracked branch, if any):\n\n```\n$ git lsb -v\n* librpm-compat   1 day +1\n    e98a5941 build: Tweak rpm version check for HAVE_NEW_RPM_VERIFY\n    04c0678f app: Add support for passing URLs to RPMs\n  master          1 day +0 (upstream/master)\n    04c0678f app: Add support for passing URLs to RPMs\n  install-url    2 days +2\n    2391b6d3 fixup! app: Add support for passing URLs to RPMs\n    7f7b54b2 app: Add support for passing URLs to RPMs\n    6a274b83 build-sys: Hard require Rust\n  reuse-rpmdb    2 days +1\n    eddafb00 upgrader: Reuse existing rpmdb checkout if available\n    6a274b83 build-sys: Hard require Rust\n  rust-goop      2 days +2\n    c7a1d9f8 fixup! build: Fix building rust in debug mode\n    f393131c build: Fix building rust in debug mode\n    6a274b83 build-sys: Hard require Rust\n```\n\nIn the above output, `+2` means that there are two commits\non that branch; the last commit listed is the first one that\nis shared with the master branch.\n\n# Installation\n\n```\n$ cargo install --path .\n$ which git-bstatus\n~/.cargo/bin/git-bstatus\n```\n\nTo uninstall:\n\n```\n$ cargo uninstall git-bstatus\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlebon%2Fgit-bstatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlebon%2Fgit-bstatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlebon%2Fgit-bstatus/lists"}