hound icon indicating copy to clipboard operation
hound copied to clipboard

Tag Support

Open iainsmith opened this issue 10 years ago • 3 comments

We're searching 100+ repositories and would like to be able to tag repos. Then we can restrict searches to repos with a given tag. Here's what I imagine the config could look like. Happy to give this a go, but would appreciate some input on where to get started.

 "SomeGitRepo" : {
            "url" : "https://www.github.com/YourOrganization/RepoOne.git",
           "tags" : ["client-1", "ruby"]
        }.
 "SomeRubyRepo" : {
            "url" : "https://www.github.com/YourOrganization/RepoOne.git",
           "tags" : ["client-1", "objective-c"]
        }

iainsmith avatar Mar 18 '15 14:03 iainsmith

Started work on this in my fork. I'm not too sure of the best way to continue, (I'm very new to Go) and would appreciate suggestions.

iainsmith avatar Mar 19 '15 01:03 iainsmith

We have the same problem (more than 100 repositories) so I suggested #102 before noticing this enhancement request. I would suggest using "labels" instead of "tags" as tags have special meaning in repositories.

pfrandsen avatar Apr 01 '15 15:04 pfrandsen

Why is this closed?

Edit: Misread, #102 is closed.

joequery avatar Feb 14 '17 14:02 joequery