I love GitHub and their gist service, and that's why I'm keeping a lot of code snippets and even development notes as a gist on my GitHub account. It also makes it easy to share them with my colleagues.
The problem is that it doesn't scale!! The GitHub features for gist are primitive, and I have lots of gists there which make it really difficult to find some of my old gists. There's no search, no tagging, or anything.
Do you know any application that can handle this mess? I would like an application that could
- Search my gists
- List my gists by source type and date
- Let me edit or copy them
- Let me tag or at least edit description
I would love to see something like this, and I'm willing to pay even some bucks for it.
So how do you manage you gists on GitHub? Do you know any software?
There's one called drift written in MacRuby, but I couldn't compile it, and it hasn't been updated for a while.
https:///gist.github.com/Username/
is a possible url to easily find any user's gist. – Keel