SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

the_silver_searcher rpm build for : Mageia 8. For other distributions click the_silver_searcher.

Name : the_silver_searcher
Version : 2.2.0 Vendor : Mageia_Org
Release : 3.20200225.mga8 Date : 2020-04-16 10:42:38
Group : Text tools Source RPM : the_silver_searcher-2.2.0-3.20200225.mga8.src.rpm
Size : 0.10 MB
Packager : shlomif < shlomif>
Summary : Super-fast text searching tool (ag)
Description :
The Silver Searcher is a code searching tool similar to ack,
with a focus on speed.

An attempt to make something better than ack (which itself is better
than grep).

Why use Ag?

- It searches code about 3-5x faster than ack.

- It ignores file patterns from your .gitignore and .hgignore.

- If there are files in your source repository you don\'t want to
search,just add their patterns to a .ignore file.

* The command name is 33% shorter than ack, and all keys are on the
home row!

How is it so fast?

- Ag uses Pthreads to take advantage of multiple CPU cores and search
files in parallel.

- Files are mmap()ed instead of read into a buffer.

- Literal string searching uses Boyer-Moore-Horspool strstr.

- Regex searching uses PCRE\'s JIT compiler (if Ag is built with
PCRE >=8.21).

- Ag calls pcre_study() before executing the regex on every file.

- Instead of calling fnmatch() on every pattern in your ignore files,
non-regex patterns are loaded into an array and binary searched.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  the_silver_searcher-2.2.0-3.20200225.mga8.i586.rpm
     Search for other platforms
the_silver_searcher-2.2.0-3.20200225.mga8.sparc.rpm
the_silver_searcher-2.2.0-3.20200225.mga8.alpha.rpm
the_silver_searcher-2.2.0-3.20200225.mga8.ppc.rpm
the_silver_searcher-2.2.0-3.20200225.mga8.ia64.rpm
the_silver_searcher-2.2.0-3.20200225.mga8.s390.rpm

Provides :
ag
the_silver_searcher
the_silver_searcher(x86-32)

Requires :
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.2.3)
libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.4)
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.8)
liblzma.so.5
liblzma.so.5(XZ_5.0)
libpcre.so.1
libpthread.so.0
libpthread.so.0(GLIBC_2.0)
libpthread.so.0(GLIBC_2.1)
libpthread.so.0(GLIBC_2.3.2)
libpthread.so.0(GLIBC_2.3.4)
libz.so.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/ag
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/6d0a227c6f062842e636897483ead7cfe80730
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/ag
/usr/share/doc/the_silver_searcher
/usr/share/doc/the_silver_searcher/LICENSE
/usr/share/doc/the_silver_searcher/README.md
/usr/share/man/man1/ag.1.xz
/usr/share/zsh/site-functions/_the_silver_searcher

 
ICM