gh cli hangs when trying to filter gists? #145105
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I'm trying to search my gists and although
gh gist list
works fine, the moment I add--filter
it just hangs.So for example, let's look at my public gists:
Let's say I wanted to search for that first gist, and we'll pretend it's not right at the top of the list (let's say it was edited or created a long time ago and so I can't just do
gh gist list --limit <some_large_number>
).I've been trying something simple like:
But it hangs with the blue spinner going around and around forever.
Now in this case I knew it was a public gist I was searching for and so I tried adding
--public
in case it helped reduce the number of searches internally the cli tool was having to make, but that made no difference.I've tried various 'regex' permutations, even anchoring and being overly specific like
--filter "^\[Bitwise.*"
but nothing seems to work. I was really hoping I could use the gh cli for searching for gists rather than having to go via the UI.Any ideas what I might be doing wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions