Jump to content

OpenGrok

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 193.9.13.137 (talk) at 14:51, 8 April 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OpenGrok
Developer(s)Sun Microsystems/Oracle Corporation
Stable release
0.12 / April 8, 2014 (2014-04-08)
Repository
Written inJava
Operating systemCross-platform
TypeIndexer and cross-referencer with Revision control
LicenseCDDL
Websitehttp://opengrok.github.com/OpenGrok/

OpenGrok is a source code search and cross reference engine. It helps programmers to search, cross-reference and navigate source code trees.

It can understand various program file formats and version control histories like Monotone, SCCS, RCS, CVS, Subversion, Mercurial, Git, Clearcase, Perforce and Bazaar.[1]

The name comes from the term grok, a jargon term used in computing to mean "profoundly understand".

OpenGrok is being developed mainly by Oracle Corporation (former Sun Microsystems) engineers with help from its community. OpenGrok is released under the terms of the Common Development and Distribution License (CDDL).

Features

OpenGrok's features include:

  • Full text Search
  • Definition Search
  • Identifier Search
  • Path search
  • History Search
  • Shows matching lines
  • Hierarchical Search
  • query syntax like AND, OR, field:
  • Incremental update
  • Syntax highlighting-Xref
  • Quick navigation inside the file
  • Interface for SCM
  • Usable URLs
  • Individual file download
  • Changes at directory level
  • Multi language support

See also

References