gh-poi

command module
v0.18.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2026 License: MIT Imports: 14 Imported by: 0

README

gh poi

logo

CI codecov CII Best Practices

A GitHub CLI extension to safely clean up local branches you no longer need.

Motivation

Daily development makes it difficult to know which branch is active when there are many unnecessary branches left locally, which causes a small amount of stress. If you squash merge a pull request, there is no history of the merge to the default branch, so you have to force delete the branch to clean it up, and you have to be careful not to accidentally delete the active branch.

We have made it possible to automatically determine which branches have been merged and clean up the local environment without worry.

Installation

gh extension install seachicken/gh-poi

Usage

  • gh poi Delete the merged local branches
  • gh poi --state (closed|merged) Specify the PR state to delete (default merged)
  • gh poi --scan (quick|deep) Specify the scan mode (default quick)
    • quick: Fast; checks "origin" and "upstream" remotes. Identifies PRs using only the latest commit on each branch
    • deep: Comprehensive; scans all registered remotes. Performs a deeper history check to link branches to PRs, ensuring no potential matches are missed across multiple forks
    • Note: poi ensures safe deletion in both modes
  • gh poi --dry-run Show branches to delete without actually deleting it
  • gh poi --debug Enable debug logs
  • gh poi lock <branchname>... Lock branches to prevent them from being deleted
  • gh poi unlock <branchname>... Unlock branches to allow them to be deleted
demo

FAQ

Why the name "poi"?

"poi" means "feel free to throw it away" in Japanese.
If you prefer an alias, you can change it with gh alias set. (e.g. gh alias set clean-branches poi)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL