public
Fork of vbabiy/gedit-openfiles
Description: open files based on file name query. (Based on gedit open file)
Homepage:
Clone URL: git://github.com/gfxmonk/file-finder.git
name age message
file .gitignore Loading commit data...
file AUTHORS Sat Oct 24 01:25:47 -0700 2009 Merge branch 'upstream' Conflicts: AUTHORS g... [gfxmonk]
file LICENSE Fri Dec 19 10:55:28 -0800 2008 Added Release Files and Fixed some minor issues [vbabiy]
file README
directory file_finder/
file finder
file setup.py
README
open files based on a query
================================================================

A simple console app that indexes and allows you to search for and open files.

If you have inotify for python (linux only), it'll keep track of changes while it runs (so you don't need to re-index).
If you have the python "termstyle" package installed, you'll get fancy coloured results, too!

Dependencies
------------

Gedit Open Files is written in Python, so doesn't need compiling, however you will
need the following runtime dependencies:

  * Python 2.4 or later
  * sqlite3

The following python packages are optional (but make things more awesome):
  * pyinotify
  * termstyle

Installation
------------

sudo easy_install file-finder

Other
-----

The core code comes from vbabiy's gedit-openfiles - http://github.com/vbabiy/gedit-openfiles