A code-searching tool similar to ack, but faster.
-
Updated
Apr 8, 2022 - C
{{ message }}
A code-searching tool similar to ack, but faster.
an Emacs "jump to definition" package for 50+ languages
experimental and very fast implementation of a grep
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Ncurses code parsing tool
libag - The famous The Silver Searcher, but library
Simple electron based code search UI for ag
TextMate 2 plugin (Cocoa) shell for running 'ack'. INACTIVE since TM2 makes it hard to do the correct integration
Alpine based container that provides a build of the silver searcher (https://github.com/ggreer/the_silver_searcher)
An attempt to follow XDG specifications and store minimalist settings in ${XDG_CONFIG_HOME}
"fgopen" is a cli tool that uses find, grep(ag), fzf to open locate files quickly.
Ivy interface for ag searching.
Add a description, image, and links to the silver-searcher topic page so that developers can more easily learn about it.
To associate your repository with the silver-searcher topic, visit your repo's landing page and select "manage topics."
Right now this plugin only supports regular expression base search. It is easy to implement a pure string option by using😕
regexp-quotefunction. But I don't know if this is necessary.