Designing GitHub for Mac
warpspire.com
Designing GitHub for Mac
1–10 of 80 posts
Re: Designing GitHub for Mac
#2Re: Designing GitHub for Mac
#3Has anyone been using this client, is it worth using as far as GUI's go?
Re: Designing GitHub for Mac
#4I spent a decent chunk of time last year building up a somewhat large Cocoa application (a telling synecdoche of how ambitious the app is: it integrates libevent with the Cocoa loop and involved writing a whole new evented Redis-backed HTTPS cache in ObjC).
But unfortunately, I got to the UI part of this project ("UI part", heh) thinking "this is going to be so much easier than webdev, look at all these tools!, and that was a crushing disappointment; getting anything reasonable on the screen has been intensely painful, and is if anything much harder than CSS3+JQ is on modern web apps.
I'm thrilled to hear that at least to some extent, it isn't just me, and making a good-looking Cocoa app (especially your first) is just very hard.
Re: Designing GitHub for Mac
#5Has anyone been using this client, is it worth using as far as GUI's go?
Re: Designing GitHub for Mac
#6Has anyone been using this client, is it worth using as far as GUI's go?
I think it's a very simplified view of source control and badly needs to be iterated to appeal to power users.
That said, I'd recommend it for novices to source control.
Re: Designing GitHub for Mac
#7Has anyone been using this client, is it worth using as far as GUI's go?
For power users, look elsewhere.
Re: Designing GitHub for Mac
#8Has anyone been using this client, is it worth using as far as GUI's go?
Re: Designing GitHub for Mac
#9Re: Designing GitHub for Mac
#10Has anyone been using this client, is it worth using as far as GUI's go?
I've been using it for about five days and I keep it open alongside textmate. I'm a CLI diehard but I do still find myself using it for things like switching branches and checking what's in a commit. It really does add value as far as that's concerned.