Archive for the ‘Tools’ Category

Cool GitX Feature

Posted by Ed on October 27th, 2010 under OS X, Programming, Tools  •  No Comments

GitX shows you stage buttons for chunks of changes in a file it thinks go together which usually works out fine. What’s cool is that it also allows you to select lines with your mouse and stage them too. WIN. Selecting lines for staging in GitX from Ed Schmalzle on Vimeo.

Getting into tmux

Posted by Ed on September 29th, 2010 under OS X, Programming, Tools, Web Development  •  2 Comments

I had tried out screen on OS X and failed to make it stick with me as a day to day tool, but recently I started using tmux and can’t imagine going back. Some of the things that set tmux apart are it’s ability to do vertical splits w/o any screwy patches and scriptability. Installation [...]