The Silver Searcher

E427869

The Silver Searcher is a fast, command-line code-search tool (often invoked as `ag`) known for its speed and simplicity in searching large codebases.

All labels observed (1)

Label Occurrences
The Silver Searcher canonical 2

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf code search tool
command-line utility
free and open-source software
author Geoff Greer NERFINISHED
category Unix text processing utilities
search software
commandName ag NERFINISHED
distribution Arch Linux NERFINISHED
Debian NERFINISHED
Fedora NERFINISHED
Homebrew NERFINISHED
Ubuntu NERFINISHED
feature Emacs integration
PCRE-based pattern matching
Perl-compatible regular expressions
Sublime Text integration
Vim integration
colorized output
file type filters
ignores files matched by .gitignore
ignores files matched by .hgignore
ignores files matched by .ignore
parallel search
recursive directory search
goal be faster than ack
provide simple defaults for code search
hasAbbreviation ag NERFINISHED
inspiredBy ack NERFINISHED
license Apache License 2.0
optimizedFor searching code
searching large codebases
platform Linux
Windows
macOS
primaryDeveloper Geoff Greer NERFINISHED
programmingLanguage C
readsIgnoreFiles .gitignore
.hgignore
.ignore
repositoryHost GitHub NERFINISHED
similarTo ack NERFINISHED
grep
ripgrep NERFINISHED
supports Perl-compatible regular expressions
useCase developer productivity
searching source code repositories

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

ripgrep inspiredBy The Silver Searcher
ripgrep comparedTo The Silver Searcher