gh-reply

command module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2023 License: MIT Imports: 1 Imported by: 0

README

gh-reply

A GitHub CLI (gh) extension to make use of saved replies.

Installation

gh extension install kit494way/gh-reply

Usage

list

List saved replies.

gh reply list
view

View a saved reply.

gh view <ID>

Without id, gh view, you can interactively select a saved reply.

comment

Add a comment to an issue using a saved reply.

gh reply comment <saved_reply_id> --issue <issue_number>

For pull request, use --pr option instead of --issue.

gh reply comment <saved_reply_id> --pr <pull_request_number>

To edit a saved reply before adding a comment, use --editor option.

gh reply comment <saved_reply_id> --issue <issue_id> --editor

This launch a editor initialized by a saved reply.

Without an argument <saved_reply_id>, you can interactively select a saved reply to use.

gh reply comment --issue <issue_id>

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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