hound icon indicating copy to clipboard operation
hound copied to clipboard

Lightning fast code searching made easy

Results 129 hound issues
Sort by recently updated
recently updated
newest added

Hound is super simple to deploy, but hundreds of repos to search through it gets quite hard to parse. I suggest having a view to "minimize" the repo names where...

enhancement
help wanted

Hound seems like it would be a great fit for my organization, but one feature which would be awesome to have would be the ability to link not just back...

enhancement
help wanted

Hi guys, as I can see here https://github.com/etsy/hound/blob/203bd0c7601e28de8c4ae4e922bc0b76938af268/index/index.go#L198 - results are just dropped if they exceed limit (which is constant - 5000). It is possible to return what was collected...

enhancement
help wanted

I'm indexing several hundred repos, and a few of them are currently empty. This causes an error in hound's logs: ``` 2016/11/28 18:08:09 Failed to git fetch /users/foo/hound/data/vcs-ce7a7ad7a7faafc79f1aaaf7df43a2f9da56539, see output...

enhancement
help wanted

There's multiple bugs with how hound is using Git, and it's often doing bad things for no reason, and there's multiple outstanding issues & PRs which try to build on...

bug
help wanted

We use perforce where I work, I've had mixed success trying to use it via git-p4. Could hound be extended to support p4?

enhancement
help wanted

Hi there! I'm attempting to set up Hound to search the code from every WordPress plugin, which is approximately 48.5k separate repositories. I'm using #156 to avoid needing to have...

enhancement
help wanted

I was trying to use hound under `/hound/` uri on my git server, but I coudn't do it because of the urls in javascript. All javascript urls are hardcoded like...

enhancement
help wanted

Is it possible to add directories/files to be excluded as a optional config option? Something like: ``` "repos" : { "myrepo" : { "url" : "file:///Users/Me/projects/Project", "exclude_patterns": ["tests"] } }...

enhancement
help wanted

If I have a repository with a lot of binaries, I wouldn't want the indexer to index those. Conversely, I might want to target specifically only a specific file type...

enhancement
help wanted