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.
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.
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.
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