This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 3ec430a311146d28cfbb1a833bff88858182945d
tree de5974871739f995d3142644e76925a25a59da1d
parent 4f741eb01cdb4504ed97e53000c23e0ec396f811
tree de5974871739f995d3142644e76925a25a59da1d
parent 4f741eb01cdb4504ed97e53000c23e0ec396f811
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AUTHORS | Sat Oct 24 01:25:47 -0700 2009 | |
| |
LICENSE | Fri Dec 19 10:55:28 -0800 2008 | |
| |
README | ||
| |
file_finder/ | ||
| |
finder | ||
| |
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








