chamerling / QuickHubApp

GitHub access from your OS X status bar
MIT License
58 stars 6 forks source link

usernames under organizations repos #4

Open pierrecholhot opened 13 years ago

pierrecholhot commented 13 years ago

Can you prepend the username before the repository name under the organization submenu ? The actual menu is a bit confusing if several users have forked the same repo ( http://dev.pierre-cholhot.com/qh.gif ).

chamerling commented 13 years ago

True. Will be in the next release.

chamerling commented 13 years ago

For now the github API does not provide such feature. We can only know that the repository is a fork and I will add a special icon for that, but we can not retrieve directly the initial repository to create a specific name like "original user/repo name".

pierrecholhot commented 13 years ago

Well no worries, the icon solution should be enough to distinguish between the original and forked ones. Cheers