UniversalCodeGrep!

GPL (Version 3 only https://github.com/gvansickle/ucg/blob/master/COPYING
UniversalCodeGrep binaries are currently available for Fedora 23/24/25/rawhide and Centos 7. Binaries for other platforms (Ubuntu, Arch, openSUSE are coming soon. If you are a Fedora or CentOS user, the easiest way to install UniversalCodeGrep is from the Fedora Copr-hosted dnf/yum repository here https://copr.fedoraproject.org/coprs/grvs/UniversalCodeGrep.
Installation is as simple as: # Add the Copr repo to your system: sudo dnf copr enable grvs/UniversalCodeGrep # Install UniversalCodeGrep: sudo dnf install universalcodegrep UniversalCodeGrep can be built and installed from the distribution tarball (available here https://github.com/gvansickle/ucg/releases/download/0.3.0/univers

UniversalCodeGrep alternatives

  • dnGREP

  • dnGrep allows you to search across files with easy-to-read results. Search through text files, Word documents, PDFs, and archives using text, regular expression, XPath, and phonetic queries. dnGrep includes search-and-replace, whole-file preview, right-click search in File Explorer, and much more.

    tags: Portable file-search grep recursive regular-expression
  • The Silver Searcher

  • Silver Searcher is a code search tool similar to ack that claims to be much faster. It's implemented in C and has some extra features such as ignoring files per .hignore, .gitignore contents.

    tags: code-search fast file-search grep
  • ripgrep

  • ripgrep is a command line search tool that combines the usability of The Silver Searcher (an ack clone) with the raw speed of GNU grep.

    tags: search-tool grep