Expand description
List and batch-merge GitHub pull requests interactively, or create issues with branches.
Β§Errors
- Flag parsing, GitHub CLI invocation, or TUI interaction fails.
StructsΒ§
- Renderable
Listed πIssue - Renderable
Pull Request - Newtype wrapper implementing colored
Displayfor a [PullRequest]. - Selectable
OpIter π - An iterator over the variants of SelectableOp
EnumsΒ§
- Op π
- Atomic pull request operations executed by
ghl. - Selectable
Op π - User-selectable high-level operations to apply to chosen PRs.
FunctionsΒ§
- create_
branch_ πfrom_ issue - Interactively creates a GitHub branch from a selected issue.
- create_
issue_ πand_ branch_ from_ default_ branch - Create a GitHub issue and develop it with an associated branch.
- create_
pr π - Prompts the selection of a branch and creates a pull request for the selected one.
- format_
pr π - Format concise identifying PR fields for log / status lines.
- main π
- List and optionally batchβmerge GitHub pull requests interactively or create issues with associated branches.
- pr_
title_ πfrom_ branch_ name - Parses a branch name to generate a pull request title.