1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
.\" Manpage for patch-hub
.TH PATCH-HUB 1 "patch-hub 0.1.7" "User Commands"
.SH NAME
patch-hub \- TUI for interacting with patches archived on lore.kernel.org
.SH SYNOPSIS
.B patch-hub
[\fIOPTIONS\fR]
.SH DESCRIPTION
.B patch-hub
is a terminal-based user interface (TUI) that streamlines the workflow
of Linux developers when working with patches archived on
.BR lore.kernel.org .
It provides an efficient way to browse, search, and interact with
patches sent to mailing lists, particularly for the Linux kernel and
adjacent projects.
.SH OPTIONS
.TP
.BR \-c ", " \-\-show-configs
Prints the current configurations to the terminal with the applied overrides.
.TP
.BR \-h ", " \-\-help
Show usage information and exit.
.TP
.BR \-V ", " \-\-version
Display version information and exit.
.SH SEE ALSO
.BR git\-send\-email (1),
.BR b4 (1)
.SH AUTHOR
patch-hub was written by the
.UR https://github.com/kworkflow/patch-hub
kworkflow community
.UE .
This manual page was written for Debian by the Debian Rust Maintainers.
|