Developer Tools Centralize Your Command Line with fish shell Functions fish shell uses functions to decrease the reliance on a monolithic config file. It's this approach to functions that makes fish unique.
Developer Tools Running Tests from MacVim in iTerm2 Version 3 An update to an AppleScript script that can be triggered from MacVim to find a specific iTerm2 tab for running focused tests.
Developer Tools Simple Remote Pairing with wemux wemux is a script that simplifies the management of shared tmux sessions.
Developer Tools Less Perplexing Terminal Multiplexing with tmux As a professional problem solver, I spend a considerable portion of my day working at a command prompt within a terminal multiplexer called tmux.
Developer Tools Run Tests From MacVim via Terminal.app or iTerm.app AppleScript and Vimscript for running Ruby tests being edited in MacVim in either Terminal.app or iTerm.app. Works with Rspec, Cucumber, and Test::Unit tests.