-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
enhancementa request to improve CLIa request to improve CLI
Description
Describe the feature or problem you’d like to solve
List my gists so that I can search and index them
gh gists
# or
gh gist listProposed solution
Iterate the gists and return in a table format so that tools like grep/awk can be used to filter
Additional context
Navigating, filtering, and searching gists can be difficult and tricky with the UI.
For instance - filtering on title, I have a backup gist of my weekly subscription emails:
gh gists | grep "Insiders Update"
Sometimes I can't find a gist I created in the past with the UI or search, but I have some hints and could narrow things down by looking into the content or filetype. List could also filter on this.
Find the Go code that I wrote that filters Kubernetes Pod logs:
gh gists --verbose | grep "go" | grep "logs"
EwenQuim, dardo82 and bttnns
Metadata
Metadata
Assignees
Labels
enhancementa request to improve CLIa request to improve CLI