find-things-fast

https://github.com/eglaysher/find-things-fast.git

git clone 'git://github.com/eglaysher/find-things-fast.git'
21

Find Things Fast

A mode for emacs that helps you work with projects, hopefully with little to no additional configuration on your part.

FTF should automatically detect your projects in most cases, as it can:

FTF will leverage git utilities for speed when used in a git repository, falling back to find commands when git is unavailable.

Main Features

Sample configuration (from my .emacs):

(require 'find-things-fast)
(global-set-key '[f1] 'ftf-find-file)
(global-set-key '[f2] 'ftf-grepsource)
(global-set-key '[f4] 'ftf-gdb)
(global-set-key '[f5] 'ftf-compile)