Emacs git(1) based emulation of TextMate fuzzy file search.
M-x anything-git-goto
In your emacs config:
(add-to-list 'load-path "~/.emacs.d/load/path/anything-git-goto.el")
(require 'anything-git-goto)
You will need to install anything-mode. See documentation for how to install.
Copyright 2012 Jose Pablo Barrantes. MIT Licence, so go for it.