Categories
Idutils
A package of language independent tools that indexes program identifiers, literal numbers, or words of human-readable text. Through an "ID database," a binary file containing a list of filenames, a list of tokens, and a simple matrix indicating which tokens appear in which files, text-searching tasks become simpler and faster.
The ID utilities handle more than just identifiers; they also treat other kinds of tokens, including numeric constants, and the contents of certain character strings. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility.
Programs included are:
mkid: (id-utils)mkid invocation. Creating an ID database. * lid: (id-utils)lid invocation. Matching words and patterns. * fid: (id-utils)fid invocation. Listing a file's tokens. * fnid: (id-utils)fnid invocation. Looking up file names. * xtokid: (id-utils)xtokid invocation. Testing mkid scanners.
Last updated 22 Apr, 2008
About
Leadership
- Pedro J. Ruiz Lopez - Maintainer
- Jim Meyering - Contributor
Subprograms
mkid, lid, fid, xtokid, fnid
Versions
4.2
4.2 released on 2006-08-04
- Released: 4 Aug, 2006
- Code Maturity: Stable
- Source Archive: ftp://ftp.gnu.org/gnu/idutils/idutils-4.2.tar.gz
- Licenses: GPLv2orlater
- Interfaces: Command Line



