GitX is good (and free), but if you're looking for the best Git client for Mac, without a doubt it's Tower ( http://www.git-tower.com/ ).
My Recent Development Stack: OS X Tools
21–30 of 67 posts
Re: My Recent Development Stack: OS X Tools
#22I agree Sequel Pro is awesome, hands down best MySql client I have used on any platform. I also love Textmate, great text editor. For CSS - CSS Edit can't be beat however the developer is no longer offering it as a standalone app. :(
Re: My Recent Development Stack: OS X Tools
#23I agree Sequel Pro is awesome, hands down best MySql client I have used on any platform. I also love Textmate, great text editor. For CSS - CSS Edit can't be beat however the developer is no longer offering it as a standalone app. :(
I only wish I could find a good Mac client for Postgres. pgAdmin III is awful.
Re: My Recent Development Stack: OS X Tools
#24I'd be really interested in hearing how you got the swipe left/right commands to map to buffer management in MacVim.
if has("gui_macvim") "Use Experimental Renderer option must be enabled for transparencY
set transparency=15
set guifont=Monaco:h10
set noantialias " I like my Monaco this way ;D
" Swipe to move between bufers :D
map :bprev
map :bnext
endifRe: My Recent Development Stack: OS X Tools
#25I've found that when it comes to GUI tools the Mac is your best friend. Even a good majority of command lime stuff is really a joy to use. I'll never abandon the Mac but I must say that the deeper into my programming journey I get the more I'm reaching for my Linux machine. Last week I caught myself thinking of dumping the Mac altogether! But that's heresy and I quickly banished those thoughts. The Mac gives you a re…
Re: My Recent Development Stack: OS X Tools
#26GitX is good (and free), but if you're looking for the best Git client for Mac, without a doubt it's Tower ( http://www.git-tower.com/ ).
I bought SourceTree for $60 and was completely satisfied, but since then Atlassian bought it and made it free. I would say SourceTree is the best Git client for Mac (or any platform).
Re: My Recent Development Stack: OS X Tools
#27GitX is good (and free), but if you're looking for the best Git client for Mac, without a doubt it's Tower ( http://www.git-tower.com/ ).
It includes 3 forks of GitX, Tower, SourceTree, and Gitbox.
Hopefully people find it of use.
Re: My Recent Development Stack: OS X Tools
#28I'd be really interested in hearing how you got the swipe left/right commands to map to buffer management in MacVim.
He linked to his vimrc on github from the article. The binding is done in this block: if has("gui_macvim") "Use Experimental Renderer option must be enabled for transparencY set transparency=15 set guifont=Monaco:h10 set noantialias " I like my Monaco this way ;D " Swipe to move between bufers :D map :bprev map :bnext endif
Re: My Recent Development Stack: OS X Tools
#29I've found that when it comes to GUI tools the Mac is your best friend. Even a good majority of command lime stuff is really a joy to use. I'll never abandon the Mac but I must say that the deeper into my programming journey I get the more I'm reaching for my Linux machine. Last week I caught myself thinking of dumping the Mac altogether! But that's heresy and I quickly banished those thoughts. The Mac gives you a re…
Out of curiosity, what were you missing from Linux? That's not to say I don't miss things from Linux (/proc, XMonad to name two), just nothing all that much.
Re: My Recent Development Stack: OS X Tools
#30I agree Sequel Pro is awesome, hands down best MySql client I have used on any platform. I also love Textmate, great text editor. For CSS - CSS Edit can't be beat however the developer is no longer offering it as a standalone app. :(