Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh gist edit completion #2471

Open
hholst80 opened this issue Nov 24, 2020 · 2 comments
Open

gh gist edit completion #2471

hholst80 opened this issue Nov 24, 2020 · 2 comments
Labels
core This issue is not accepting PRs from outside contributors enhancement a request to improve CLI gh-gist relating to the gh gist command

Comments

@hholst80
Copy link

I would like to see gh gist edit to support completion from available gists

The current workflow is to run two gh commands: gh gist list and then gh gist edit where the ID needs to be copy-pasted from the first command. If we could run gh 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.

@hholst80 hholst80 added the enhancement a request to improve CLI label Nov 24, 2020
@hholst80
Copy link
Author

workaround:

alias gist='gh gist edit $(gh gist list | fzf --reverse | awk "{print \$1}")'

@rsteube
Copy link
Contributor

rsteube commented Nov 26, 2020

see #360

@samcoe samcoe added the core This issue is not accepting PRs from outside contributors label Dec 7, 2020
@samcoe samcoe added the gh-gist relating to the gh gist command label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core This issue is not accepting PRs from outside contributors enhancement a request to improve CLI gh-gist relating to the gh gist command
Projects
None yet
Development

No branches or pull requests

3 participants