Live data from Hacker News

Show HN: Disco – Easy GitHub Browsing

news.ycombinator.com

1–10 of 11 posts

Show HN: Disco – Easy GitHub Browsing

#1
Disco is tiny app I built over the weekend to try and make browsing git better.

Inspired heavily by Tower, it also adds pull request integration and is run in the browser. It's only for public repositories.

Checkout:

http://disco.88cartell.com/#/rails/rails

http://disco.88cartell.com/#/emberjs/ember.js

http://disco.88cartell.com/#/angular/angular.js

Re: Show HN: Disco – Easy GitHub Browsing

#2
I like the interface. Couple things, * add browsing by arrow keys (down for going to next commit etc.) * Clicking on the modified file took me to github, I expected it to drop down like clicking on the black arrow. Better provide a separate link to take the user to github imo.

Re: Show HN: Disco – Easy GitHub Browsing

#8
Can see the inspiration from the git gui clients (you said Tower, which is probably the same as git-cola), which is fantastic.

This looks great.

edit.

If there is no master, and only one branch, is it possible to go to that branch?

Is it also possible to hide merges?

Is it also opensource?

Re: Show HN: Disco – Easy GitHub Browsing

#9
post #8

Can see the inspiration from the git gui clients (you said Tower, which is probably the same as git-cola), which is fantastic. This looks great. edit. If there is no master, and only one branch, is it possible to go to that branch? Is it also possible to hide merges? Is it also opensource?

Hi, it is open source.

https://github.com/carlwoodward/disco

Re: Show HN: Disco – Easy GitHub Browsing

#10
It'd be cool if it could store the repo's files in localstorage so I could load it up before I get on a plane, or if I'm saving battery life by disabling the radios. Perhaps a totally different use case than your target audience, I don't know.

There's an iOS App named NapCat that will pull down repos so you can browse the code at your leisure. Doesn't let you view commits and the file diffs, like you can with Disco.

In my mind: Disco for keeping up with what's happening and what files they happened to; NapCat for reading source for those times when the pleasure of a little light reading is in order :)

Post reply on HN