UniversalCodeGrep

 1 like

UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code. It is intended to be largely command-line compatible with Ack, to some extent with ag, and where appropriate with grep.

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Linux
  • BSD
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Support for regular expressions
  2.  File Search

 Tags

  • search-tool
  • text-search
  • text-utility
  • grep

UniversalCodeGrep News & Activities

Highlights All activities

Recent activities

No activities found.

UniversalCodeGrep information

  • Developed by

    Gary R. Van Sickle
  • Licensing

    Open Source and Free product.
  • Alternatives

    9 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

File Management

Popular alternatives

View all

Our users have written 0 comments and reviews about UniversalCodeGrep, and it has gotten 1 likes

UniversalCodeGrep was added to AlternativeTo by GaryRVanSickle on Jan 4, 2016 and this page was last updated Aug 31, 2018.
No comments or reviews, maybe you want to be first?
Post comment/review

What is UniversalCodeGrep?

UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code. It is intended to be largely command-line compatible with Ack, to some extent with ag, and where appropriate with grep. Search patterns are specified as PCRE regexes.

ucg is intended to address the impatient programmer's code searching needs. ucg is written in C++11 and takes advantage of the concurrency (and other) support of the language to increase scanning speed while reducing reliance on third-party libraries and increasing portability. Regex scanning is provided by the PCRE library, with its JIT compilation feature providing a huge performance gain on most platforms.