hound icon indicating copy to clipboard operation
hound copied to clipboard

Is there a way to open the entire file in the browser?

Open stevecraig opened this issue 8 years ago • 2 comments

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 avatar Jul 20 '17 08:07 stevecraig

@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.

sahildua2305 avatar Dec 17 '17 19:12 sahildua2305

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

jrarmstro avatar Apr 15 '21 16:04 jrarmstro