Posts Tagged ‘Murky’

Murky Finder Service for Snowy

Wednesday, September 30th, 2009

Using Automator on Mac OS X 10.6, it’s easy to create a service for the Finder that opens the currently selected folder in Murky.

Download MurkyFinderService.zip

Unzip, copy the .workflow file into your ~/Library/Services folder, and away you go.

Opening Murky from a shell

Wednesday, September 30th, 2009
alias murky=’open -b com.mooseyard.Murky $PWD’

You’re in a shell and your current working directory is being tracked by Mercurial.  It would handy to have a command to open the repo in Murky.  Your wish is my command.

alias murky=’open -b com.mooseyard.Murky $PWD’

Add this line to your .profile and let ‘murky’ do the work, eh.

OpenInMurky

Tuesday, September 29th, 2009

In the spirit of OpenInTerminal and OpenInGitGui, I’ve put together an Automator application that will open the selected Finder folder in Murky.  When said folder contains an Hg repository, all manner of good things happen.

Download OpenInMurky.zip

Installation and Use

  1. Download and unzip OpenInMurky.zip
  2. Drag OpenInMurky.app to your Finder’s toolbar.
  3. Navigate to your favorite Hg repository folder.
  4. Click on the OpenInMurky Finder toolbar item.
  5. Watch Murky open up your repository.