[Geany] Generating Tags Recursively?

Matthew Brush mbrush at xxxxx
Fri Jul 13 00:09:04 UTC 2012


On 12-07-12 11:29 AM, Christoph Siefer wrote:
> Hi everybody,
>
> is there an option to the geany tag writer like telling the filelist
> beeing a directory and make it scan this dir recursively?
>

Hi,

I usually use something like this:

     geany -P -g ~/.config/geany/tags/somelib.c.tags \
       `find /some/where -type f -iname *.h`

Of course you need to adjust for your filetype, language and paths.

Cheers,
Matthew Brush



More information about the Users mailing list