Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 351 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 351 Bytes

Tgrep

Tgrep queries ctags files.

Usage

$ tgrep -h
$ tgrep 'TAG_REGULAR_EXPRESSION' tagfile

If tagfile is omitted tgrep searches for a file named tags from the current directory down to root directory.

Tests

$ rake test

Caveats

  • It's slow for large tagfiles.
  • Some features behave badly with non-C/C++ code.