-
Notifications
You must be signed in to change notification settings - Fork 8.2k
gh gist edit completion #2471
Copy link
Copy link
Open
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-gistrelating to the gh gist commandrelating to the gh gist command
Metadata
Metadata
Assignees
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-gistrelating to the gh gist commandrelating to the gh gist command
Type
Fields
Give feedbackNo fields configured for issues without a type.
I would like to see
gh gist editto support completion from available gistsThe current workflow is to run two gh commands:
gh gist listand thengh gist editwhere the ID needs to be copy-pasted from the first command. If we could rungh gist edit <TAB>and get an inline list of gists to edit (sorted on recent) it would improve the workflow immensely, especially when mouse select and copy workflow is not available.