Skip to content

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

License

Notifications You must be signed in to change notification settings

kit494way/gh-reply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages