I'm shocked that an indie Mac app that isn't in the app store is trying to get away with selling a $29 license that has no free trial. To Github developers, of all people. Shenanigans.
It'd be one thing if you had an awesome video whereby I could see in this in action. Or tons of awesome reviews from people I respect. Hell, I would pay $5 to try it out.
But you want me to pay $30 bucks in hopes that this doesn't suck? There is too much competition in this market to even attempt this. This developer is shooting themselves in the foot.
Why is it such a big deal that it isn't in the app store? As far as I can see automatic updates is the only advantage that the app store brings... and even that has been handled for years without problems by third party updating systems like Sparkle.
This seems like a cool idea but i'm bewildered by one thing. Why is this a menu item? And does it have hotkeys?
Because, for better or worse, my menu bar is essentially full, and I save and manipulate my code and repositories via my keyboard, not my mouse (well that's mostly true. I still browse my git repos using GitX).
The workflow ideas seem worth trying, but the interface isn't something I can get with (although i will cop to not having any good ideas on how to improve this. I wonder what a quicksilver-like workflow would be like).
Really surprised to see people balk at $29 for a software productivity tool. I mean, I get it if it's not worth it for you, but I happily paid a similar amount for SourceTree (before it was free ;) ), and pay similar amounts for all sorts of development tools. It doesn't take much productivity gain for these sorts of tools to pay for themselves quickly. This is the sort of thing that a dev lead might buy for his team to teach/enforce the git-flow workflow quickly and easily.
We happen to use Mercurial around here, so that was my biggest turnoff, but the rest of the value proposition made plenty of sense to me: Solve one problem. Solve it well. Charge real money.
I suggest moving your imagery over to a CDN. Chrome network tab clocked your site at taking 30 seconds to load all the images. (I am on a 100mbit connection)
What is the pricing for this? Seems there's a free download at the top, but the bottom says "Buy for $29.99". Might want to make the pricing structure clearer. :)
From what I can gather it's some kind of dodgy Shareware thing. Although I can only guess since they really have made little effort to make it any more clear.
Neither the "purchase" site [1] nor anything inside the app itself [2] clearly explains the terms of the free download, or why one should even consider purchasing a licence.
I understand this is a fresh product and everything but it's expected one makes an effort to make these terms far clearer before asking for people's money.
Is this a simply a case of neglect or an example of a dark pattern [3] in the wild?
I'd love to try this, but I'm uncomfortable entering my github username and password - shouldn't apps like this be using oauth instead of basic authentication?
Also, the sign in button appears disabled until you actually purchase it (I assume it's not just a bug), which makes the prominent Download link on their site with mostly hidden mention of pricing feel pretty shifty. Behavior like this doesn't instill confidence or trust.
I have a native iOS app that works with GitHub's API. I had the exact same concern as you. As a user, I would much rather use an oath of flow instead of entering my password.
Unfortunately, GitHub actually suggests you use basic auth for native applications. Their reasoning is that the application secret would need to be shipped with the binary, thus making it… not secret (even with various obfuscation).
SourceTree has something similar: a GUI for git-flow. Mac has the best tools for git and in linux i can't find something with the quality of SourceTree.
I'm truly intrigued and curious... my startup Gitpilot (http://gitpilot.com/) is trying to solve a similar problem. Was Wingman conceived from any inspiration of Gitpilot? Truly curious, especially because of the airplane naming scheme.
Command + Return probably isn't the best key combination for this. Most source code editors on OS X use that key combination to insert a new line below the current one regardless of cursor position.
So I was ready to buy Wingman, but then paused and thought. Why isn't this on the App Store? Am I really going to use it? I am all for productivity tools, and honestly willing to pay for anything that makes my life easier, but I think I just need a trial of Wingman, just to make sure it is what I am envisioning.
So this is graphical representation of gitflow... and tied to github... it sounds cool, I am a little suspicious how many people will really need this.
From angry comments I see this is not tied to appstore, kudos for that, hope more devs would do it like this.
[+] [-] hemancuso|13 years ago|reply
It'd be one thing if you had an awesome video whereby I could see in this in action. Or tons of awesome reviews from people I respect. Hell, I would pay $5 to try it out.
But you want me to pay $30 bucks in hopes that this doesn't suck? There is too much competition in this market to even attempt this. This developer is shooting themselves in the foot.
[+] [-] FooBarWidget|13 years ago|reply
[+] [-] supercoder|13 years ago|reply
[+] [-] moneypenny|13 years ago|reply
[+] [-] knowtheory|13 years ago|reply
Because, for better or worse, my menu bar is essentially full, and I save and manipulate my code and repositories via my keyboard, not my mouse (well that's mostly true. I still browse my git repos using GitX).
The workflow ideas seem worth trying, but the interface isn't something I can get with (although i will cop to not having any good ideas on how to improve this. I wonder what a quicksilver-like workflow would be like).
[+] [-] cmer|13 years ago|reply
[+] [-] mmanfrin|13 years ago|reply
[+] [-] richo|13 years ago|reply
Personally I find it way too specific, rules with no bend in them rarely work well.
[+] [-] jinushaun|13 years ago|reply
[+] [-] TheTaytay|13 years ago|reply
We happen to use Mercurial around here, so that was my biggest turnoff, but the rest of the value proposition made plenty of sense to me: Solve one problem. Solve it well. Charge real money.
I wish these guys success. :)
[+] [-] felciano|13 years ago|reply
[+] [-] Hilyin|13 years ago|reply
[+] [-] xutopia|13 years ago|reply
[+] [-] cheeaun|13 years ago|reply
[+] [-] cwilson|13 years ago|reply
[+] [-] rll|13 years ago|reply
[+] [-] ainsleyb|13 years ago|reply
What is the pricing for this? Seems there's a free download at the top, but the bottom says "Buy for $29.99". Might want to make the pricing structure clearer. :)
[+] [-] pyrotechnick|13 years ago|reply
Neither the "purchase" site [1] nor anything inside the app itself [2] clearly explains the terms of the free download, or why one should even consider purchasing a licence.
I understand this is a fresh product and everything but it's expected one makes an effort to make these terms far clearer before asking for people's money.
Is this a simply a case of neglect or an example of a dark pattern [3] in the wild?
[1] http://wingmanapp.com/purchase
[2] http://i.imgur.com/aD5g8.png
[3] http://wiki.darkpatterns.org
[+] [-] harlanlewis|13 years ago|reply
Also, the sign in button appears disabled until you actually purchase it (I assume it's not just a bug), which makes the prominent Download link on their site with mostly hidden mention of pricing feel pretty shifty. Behavior like this doesn't instill confidence or trust.
[+] [-] Me1000|13 years ago|reply
Unfortunately, GitHub actually suggests you use basic auth for native applications. Their reasoning is that the application secret would need to be shipped with the binary, thus making it… not secret (even with various obfuscation).
Source: http://developer.github.com/v3/oauth/#non-web-application-fl...
[+] [-] mbustamante|13 years ago|reply
link: http://blog.sourcetreeapp.com/2012/08/01/smart-branching-wit...
[+] [-] jonpaul|13 years ago|reply
[+] [-] neilkelty|13 years ago|reply
[+] [-] _frog|13 years ago|reply
[+] [-] teddyknox|13 years ago|reply
hm.
[+] [-] tenfef|13 years ago|reply
[+] [-] jprice|13 years ago|reply
[+] [-] duaneb|13 years ago|reply
[+] [-] louischatriot|13 years ago|reply
[+] [-] nodesocket|13 years ago|reply
[+] [-] tirant|13 years ago|reply
[+] [-] desireco42|13 years ago|reply
[+] [-] pdenya|13 years ago|reply
[+] [-] klrr|13 years ago|reply
[+] [-] BillSaysThis|13 years ago|reply
[+] [-] dmak|13 years ago|reply
[+] [-] Terretta|13 years ago|reply
[+] [-] twodayslate|13 years ago|reply