Adding Gists to Star Lists #188579
Replies: 2 comments
-
|
💬 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.
-
|
I’d start by checking if there’s already an open feature request for adding gists to star lists. Go to the GitHub Feedback forum (https://github.com/orgs/community/discussions) and search for “gist star list”. If you don’t see one, click New discussion, choose Idea, and post your use case there - include the exact workflow you described (adding a gist to an existing private list alongside repos). In the meantime, you can star a gist via the CLI so it shows up on your starred gists page: gh api --method PUT /gists/<gist-id>/starBut star lists only accept repositories today; the API returns a 404 if you try to add a gist. The separate starred‑gists view exists because gists and repos are different resource types in the GraphQL schema, so a unified list would need a backend change. If you want a filter now, use the search bar with I’m not 100% sure when GitHub will implement this, but upvoting the discussion and adding a clear comment helps the product team prioritize it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
What if we could add a Gist to a Star List (public or private)? Would that be a feature you want?
I really liked when Github added star lists so that you can categorize your 'favorite' (i.e. starred) repos. I use private lists to keep track of which group of repos belong to a workspace.
Adding Gists to my lists would help keep me organized! And by that I mean adding a gist to an existing list of other regular starred repos. Speaking of, why are starred Gists a separate page from regular starred repos? I think it would be more useful to have a way to filter for:
like you can filter already when selecting up to six pinned items on your profile.
Beta Was this translation helpful? Give feedback.
All reactions