Is there a way to open the entire file in the browser?
I love the speed of hound and I'm using it to index a large svn project.
The web search all looks fine but if I click on the file link to see the full file in context I get a svn+ssh:// link that chrome doesn't know how to handle.
Is there some trick or configuration that I can do so I can view the entire file in the web browser?
@stevecraig as far as I know, hound doesn't support viewing the file within the application, instead it simply links to the source file path as you mentioned.
This sounds like it should be labelled as a bug. Hound correctly handles hyperlinks for git/hg SSH-style repos. https://github.com/hound-search/hound/blob/60b810419e3752d7cbb80e65f48d10d99f14e0db/ui/assets/js/common.js#L34