Jean-Marc Lasgouttes wrote:

>>>>>> "Steve" == Steve Litt
>>>>>> <[EMAIL PROTECTED]> writes:
> 
> Steve> Does LyX have such a facility, either in the GUI menu, as a
> Steve> --option, or as a separate utility? If not, is it something
> Steve> that would be helpful? If so, would someone please volunteer to
> Steve> make it?
> 
> I think this is something that should be done at OS level. For
> example, LyX/Mac ships with basic support for spotlight, which allows
> this search. Google desktop probably allows such plugins too.

Recoll (http://www.lesbonscomptes.com/recoll/) can index LyX files. I have
never tried it.

A simpler solution is from the command line :

find . -name \*.lyx | xargs grep -C4 "Cahiers" | less

which will find all your LyX files with the word Cahiers. You can refine the
find command with options about the date of creation or modification of the
file.

In KDE you have a graphical interface that do the same (search files, in
your K-Menu)

Cheers,
Charles

Reply via email to