Show HN: Compass – Easily navigate between files on GitHub
chrome.google.com
Show HN: Compass – Easily navigate between files on GitHub
1–7 of 7 posts
Re: Show HN: Compass – Easily navigate between files on GitHub
#2Re: Show HN: Compass – Easily navigate between files on GitHub
#3How is it different from just pressing "t" on the project's page?
Based on the feedback/usage I hope to build more features like goto method/variable definition to make it a more complete product.
Re: Show HN: Compass – Easily navigate between files on GitHub
#4How is it different from just pressing "t" on the project's page?
Re: Show HN: Compass – Easily navigate between files on GitHub
#5How is it different from just pressing "t" on the project's page?
It is similar to it, here are few differences: 1) Regex search 2) Performance - most of the data is locally cached 3) IDE like experience and a one click/swipe to move back to previous file without having to visit an intermediate page, not much of a plus but yeah! Based on the feedback/usage I hope to build more features like goto method/variable definition to make it a more complete product.
Github's keyboard shortcuts are nice, but there is lots of room for improvement in how you navigate code.
Re: Show HN: Compass – Easily navigate between files on GitHub
#6Re: Show HN: Compass – Easily navigate between files on GitHub
#7How is it different from just pressing "t" on the project's page?
I was thinking the same thing. Github has some useful keyboard shortcuts available: https://help.github.com/articles/using-keyboard-shortcuts/
Click a line, press y, and it changes to the commit where that line was last changed. Since it shows the tag the commit applies to up top, it's relatively easy to mark what release was affected by a specific breaking change.